mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-26 16:26:24 +01:00
Fix minor comment typo
This commit is contained in:
parent
5a876dfd33
commit
198298df2c
@ -300,7 +300,7 @@ code_change(_OldVsn, State, _Extra) ->
|
|||||||
%%% Internal functions
|
%%% Internal functions
|
||||||
%%--------------------------------------------------------------------
|
%%--------------------------------------------------------------------
|
||||||
%% For a given user, map all his shared roster contacts to groups they are
|
%% For a given user, map all his shared roster contacts to groups they are
|
||||||
%% members of. Skip the user himself iff SkipUS is true.
|
%% members of. Skip the user himself if SkipUS is true.
|
||||||
get_user_to_groups_map({_, Server} = US, SkipUS) ->
|
get_user_to_groups_map({_, Server} = US, SkipUS) ->
|
||||||
DisplayedGroups = get_user_displayed_groups(US),
|
DisplayedGroups = get_user_displayed_groups(US),
|
||||||
lists:foldl(
|
lists:foldl(
|
||||||
|
Loading…
Reference in New Issue
Block a user