mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
Fix unused variable, forgotten in the recent commit 739a231
This commit is contained in:
parent
cd421f98d7
commit
a534196315
@ -1339,7 +1339,7 @@ get_roster(User, Server) ->
|
||||
|
||||
make_roster_xmlrpc(Roster) ->
|
||||
lists:map(
|
||||
fun(#roster_item{jid = JID, name = Nick, subscription = Sub, ask = Ask, groups = Groups} = Item) ->
|
||||
fun(#roster_item{jid = JID, name = Nick, subscription = Sub, ask = Ask, groups = Groups}) ->
|
||||
JIDS = jid:encode(JID),
|
||||
Subs = atom_to_list(Sub),
|
||||
Asks = atom_to_list(Ask),
|
||||
|
Loading…
Reference in New Issue
Block a user