mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
Fix to get shared roster displayed when user logins
This commit is contained in:
parent
5d92dce21d
commit
961640bd2c
@ -120,6 +120,8 @@ stop(Host) ->
|
||||
%% ?MODULE, remove_user, 50),
|
||||
|
||||
|
||||
get_user_roster(Items, {U, S}) when is_binary(U) ->
|
||||
get_user_roster(Items, {binary_to_list(U), binary_to_list(S)});
|
||||
get_user_roster(Items, US) ->
|
||||
{U, S} = US,
|
||||
DisplayedGroups = get_user_displayed_groups(US),
|
||||
|
Loading…
Reference in New Issue
Block a user