]> granicus.if.org Git - ejabberd/commitdiff
Fix dialyzer warning in mod_muc_admin:206
authorBadlop <badlop@process-one.net>
Thu, 21 May 2015 10:00:41 +0000 (12:00 +0200)
committerBadlop <badlop@process-one.net>
Thu, 21 May 2015 10:00:41 +0000 (12:00 +0200)
include/mod_muc_room.hrl

index 6f170269d4c88ed82e553022fd5d2f4d785454dd..5fabbb9e8aac32cac16910300752ab764dedce56 100644 (file)
 
 -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{}.