mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-26 17:38:45 +01:00
No need to define default value of history field because it is explicitely set when the record is created
SVN Revision: 1699
This commit is contained in:
parent
f124bb3d10
commit
bc9ba75c2b
@ -67,7 +67,7 @@
|
||||
config = #config{},
|
||||
users = ?DICT:new(),
|
||||
affiliations = ?DICT:new(),
|
||||
history = lqueue_new(20),
|
||||
history,
|
||||
subject = "",
|
||||
subject_author = "",
|
||||
just_created = false,
|
||||
|
Loading…
Reference in New Issue
Block a user