Skip to content

Commit

Permalink
fixed: Not work @online@ for shared_roster; (http://goo.gl/Ar6JL)
Browse files Browse the repository at this point in the history
  • Loading branch information
yurtaev committed Oct 10, 2011
1 parent e681f4d commit cef0e7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/mod_shared_roster.erl
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,8 @@ get_user_roster(Items, US) ->
fun({User, Server} = UserServer, Acc2) ->
if UserServer == US -> Acc2;
true ->
UserServerB = {list_to_binary(User), list_to_binary(Server)},
%%UserServerB = {list_to_binary(User), list_to_binary(Server)},
UserServerB = {User, Server},
dict:append(UserServerB,
GroupName,
Acc2)
Expand Down

0 comments on commit cef0e7f

Please sign in to comment.