24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-06 21:37:17 +02:00

Fix to get shared roster displayed when user logins

This commit is contained in:
Badlop 2010-02-08 21:14:40 +01:00
parent 5d92dce21d
commit 961640bd2c

View File

@ -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),