Software / code / prosody
Changeset
7781:0d31d8052dd8
mod_roster: Remove unused import [luacheck]
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Tue, 13 Dec 2016 21:23:48 +0100 |
| parents | 7779:b1f80447a2b1 |
| children | 7782:7c899817ed3b |
| files | plugins/mod_roster.lua |
| diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/mod_roster.lua Fri Dec 09 17:07:57 2016 +0100 +++ b/plugins/mod_roster.lua Tue Dec 13 21:23:48 2016 +0100 @@ -19,7 +19,6 @@ local rm_remove_from_roster = require "core.rostermanager".remove_from_roster; local rm_add_to_roster = require "core.rostermanager".add_to_roster; local rm_roster_push = require "core.rostermanager".roster_push; -local core_post_stanza = prosody.core_post_stanza; module:add_feature("jabber:iq:roster");