24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-02 21:17:12 +02:00

Fix a record default

This commit is contained in:
Evgeniy Khramtsov 2017-11-13 11:29:03 +03:00
parent b06adf1df2
commit 1413f5dd23

View File

@ -112,7 +112,7 @@
nicks = (?DICT):new() :: ?TDICT, nicks = (?DICT):new() :: ?TDICT,
affiliations = (?DICT):new() :: ?TDICT, affiliations = (?DICT):new() :: ?TDICT,
history :: lqueue(), history :: lqueue(),
subject = <<"">> :: binary(), subject = [] :: [text()],
subject_author = <<"">> :: binary(), subject_author = <<"">> :: binary(),
just_created = false :: boolean(), just_created = false :: boolean(),
activity = treap:empty() :: treap:treap(), activity = treap:empty() :: treap:treap(),