mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-30 16:36:29 +01:00
Fix Edoc typo
This commit is contained in:
parent
b2eb9bc512
commit
7d96d831c1
@ -575,7 +575,7 @@ get_special_displayed_groups(GroupsOpts) ->
|
|||||||
%% Given a username and server, and a list of group names with options,
|
%% Given a username and server, and a list of group names with options,
|
||||||
%% for the list of groups of that server that user is member
|
%% for the list of groups of that server that user is member
|
||||||
%% get the list of groups displayed
|
%% get the list of groups displayed
|
||||||
%% @spec (LUser::string(), LServer::string(), GroupOpts::[{GroupName::string(), [Opts]]) -> [{GroupName::string(), Opts}]
|
%% @spec (LUser::string(), LServer::string(), GroupOpts::[{GroupName::string(), [Opt]}]) -> [{GroupName::string(), [Opt]}]
|
||||||
get_user_displayed_groups(LUser, LServer, GroupsOpts) ->
|
get_user_displayed_groups(LUser, LServer, GroupsOpts) ->
|
||||||
Groups = case catch mnesia:dirty_read(sr_user, {LUser, LServer}) of
|
Groups = case catch mnesia:dirty_read(sr_user, {LUser, LServer}) of
|
||||||
Rs when is_list(Rs) ->
|
Rs when is_list(Rs) ->
|
||||||
|
Loading…
Reference in New Issue
Block a user