]> granicus.if.org Git - ejabberd/commitdiff
No need to define default value of history field because it is explicitely set when...
authorBadlop <badlop@process-one.net>
Tue, 2 Dec 2008 19:45:39 +0000 (19:45 +0000)
committerBadlop <badlop@process-one.net>
Tue, 2 Dec 2008 19:45:39 +0000 (19:45 +0000)
SVN Revision: 1699

src/mod_muc/mod_muc_room.hrl

index 790e706667ddbd6fb624cbe518a8aae954cff3a2..1cc8cb1df6aba76f694fe9929e0601f144fcb87a 100644 (file)
@@ -67,7 +67,7 @@
                config = #config{},
                users = ?DICT:new(),
                affiliations = ?DICT:new(),
-               history = lqueue_new(20),
+               history,
                subject = "",
                subject_author = "",
                just_created = false,