Fix a record default

This commit is contained in:
Evgeniy Khramtsov 2017-11-13 11:29:03 +03:00
parent b06adf1df2
commit 1413f5dd23
1 changed files with 1 additions and 1 deletions

View File

@ -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(),