mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-30 16:36:29 +01:00
Fix a typo
This commit is contained in:
parent
12e01a5119
commit
0b3cf26406
@ -237,7 +237,7 @@ get_online_rooms(ServerHost, Host, _RSM) ->
|
|||||||
end, Rows);
|
end, Rows);
|
||||||
Err ->
|
Err ->
|
||||||
?ERROR_MSG("failed to select 'muc_online_room': ~p", [Err]),
|
?ERROR_MSG("failed to select 'muc_online_room': ~p", [Err]),
|
||||||
0
|
[]
|
||||||
end.
|
end.
|
||||||
|
|
||||||
rsm_supported() ->
|
rsm_supported() ->
|
||||||
|
Loading…
Reference in New Issue
Block a user