From bc9ba75c2b0b2a173672408ddc8788750e5bb59f Mon Sep 17 00:00:00 2001 From: Badlop Date: Tue, 2 Dec 2008 19:45:39 +0000 Subject: No need to define default value of history field because it is explicitely set when the record is created SVN Revision: 1699 --- src/mod_muc/mod_muc_room.hrl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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, -- cgit v1.2.3