mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
Fix a record default
This commit is contained in:
parent
b06adf1df2
commit
1413f5dd23
@ -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(),
|
||||||
|
Loading…
Reference in New Issue
Block a user