From 1413f5dd23c680c3d3f69ddca0bebe7e95183c81 Mon Sep 17 00:00:00 2001 From: Evgeniy Khramtsov Date: Mon, 13 Nov 2017 11:29:03 +0300 Subject: [PATCH] Fix a record default --- include/mod_muc_room.hrl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(),