Fix dialyzer warning in mod_muc_admin:206

This commit is contained in:
Badlop 2015-05-21 12:00:41 +02:00
parent b04f3a4c93
commit 3b24923458
1 changed files with 2 additions and 2 deletions

View File

@ -110,8 +110,8 @@
-record(muc_online_users, {us = {<<>>, <<>>} :: {binary(), binary()},
resource = <<>> :: binary() | '_',
room = <<>> :: binary() | '_',
host = <<>> :: binary() | '_'}).
room = <<>> :: binary() | '_' | '$1',
host = <<>> :: binary() | '_' | '$2'}).
-type muc_online_users() :: #muc_online_users{}.