aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2019-02-06 16:13:30 +0100
committerBadlop <badlop@process-one.net>2019-02-11 16:56:33 +0100
commite18522f74ceaae87885d2265a6fea6e063e23aa3 (patch)
tree9de01c007f6019705fcd3324872a5fc463d652c5 /include
parentSend mucsub subscriber notification events with from set to room jid (diff)
Once just_created isn't true, use it to keep room process creation (#2787)
Diffstat (limited to 'include')
-rw-r--r--include/mod_muc_room.hrl2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mod_muc_room.hrl b/include/mod_muc_room.hrl
index 7ae68cd4f..40b1b9c04 100644
--- a/include/mod_muc_room.hrl
+++ b/include/mod_muc_room.hrl
@@ -113,7 +113,7 @@
history :: lqueue(),
subject = [] :: [text()],
subject_author = <<"">> :: binary(),
- just_created = false :: boolean(),
+ just_created = misc:now_to_usec(now()) :: true | integer(),
activity = treap:empty() :: treap:treap(),
room_shaper = none :: shaper:shaper(),
room_queue :: p1_queue:queue() | undefined