aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>2017-11-13 11:29:03 +0300
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>2017-11-13 11:29:03 +0300
commit1413f5dd23c680c3d3f69ddca0bebe7e95183c81 (patch)
treeef4fb5e5291db19e0ac10feabd88fa14ea480f36 /include
parentGet rid of forgotten debug message (diff)
Fix a record default
Diffstat (limited to 'include')
-rw-r--r--include/mod_muc_room.hrl2
1 files changed, 1 insertions, 1 deletions
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(),