diff --git a/include/mod_muc_room.hrl b/include/mod_muc_room.hrl index cf30153ac..97b84e22b 100644 --- a/include/mod_muc_room.hrl +++ b/include/mod_muc_room.hrl @@ -112,7 +112,7 @@ nicks = (?DICT):new() :: ?TDICT, affiliations = (?DICT):new() :: ?TDICT, history :: lqueue(), - subject = <<"">> :: binary(), + subject = [] :: [text()], subject_author = <<"">> :: binary(), just_created = false :: boolean(), activity = treap:empty() :: treap:treap(),