mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-20 17:27:00 +01:00
Fix dialyzer warning in mod_muc_admin:206
This commit is contained in:
parent
b04f3a4c93
commit
3b24923458
@ -110,8 +110,8 @@
|
|||||||
|
|
||||||
-record(muc_online_users, {us = {<<>>, <<>>} :: {binary(), binary()},
|
-record(muc_online_users, {us = {<<>>, <<>>} :: {binary(), binary()},
|
||||||
resource = <<>> :: binary() | '_',
|
resource = <<>> :: binary() | '_',
|
||||||
room = <<>> :: binary() | '_',
|
room = <<>> :: binary() | '_' | '$1',
|
||||||
host = <<>> :: binary() | '_'}).
|
host = <<>> :: binary() | '_' | '$2'}).
|
||||||
|
|
||||||
-type muc_online_users() :: #muc_online_users{}.
|
-type muc_online_users() :: #muc_online_users{}.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user