aboutsummaryrefslogtreecommitdiff
path: root/src/mod_muc/mod_muc_room.hrl
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2008-12-02 19:45:39 +0000
committerBadlop <badlop@process-one.net>2008-12-02 19:45:39 +0000
commitbc9ba75c2b0b2a173672408ddc8788750e5bb59f (patch)
tree33d3f960784fe37ed30aba42ea10283c4b473dcc /src/mod_muc/mod_muc_room.hrl
parent* src/mod_muc/mod_muc_room.erl: Move definitions to header file (diff)
No need to define default value of history field because it is explicitely set when the record is created
SVN Revision: 1699
Diffstat (limited to '')
-rw-r--r--src/mod_muc/mod_muc_room.hrl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mod_muc/mod_muc_room.hrl b/src/mod_muc/mod_muc_room.hrl
index 790e70666..1cc8cb1df 100644
--- a/src/mod_muc/mod_muc_room.hrl
+++ b/src/mod_muc/mod_muc_room.hrl
@@ -67,7 +67,7 @@
config = #config{},
users = ?DICT:new(),
affiliations = ?DICT:new(),
- history = lqueue_new(20),
+ history,
subject = "",
subject_author = "",
just_created = false,