diff options
| author | Paweł Chmielowski <pchmielowski@process-one.net> | 2019-02-26 18:48:46 +0100 |
|---|---|---|
| committer | Paweł Chmielowski <pchmielowski@process-one.net> | 2019-02-27 09:56:31 +0100 |
| commit | 77ac0584ed776e39e48deb20944a8b2e139dc594 (patch) | |
| tree | 957efce8a87e719e0bd11105aca874147a6f40d9 /include | |
| parent | Add MQTT listener and module in example config (diff) | |
Remove now() calls that sneaked in in pull requests
Diffstat (limited to 'include')
| -rw-r--r-- | include/mod_muc_room.hrl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mod_muc_room.hrl b/include/mod_muc_room.hrl index 40b1b9c04..9111128c0 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 = misc:now_to_usec(now()) :: true | integer(), + just_created = p1_time_compat:os_system_time(micro_seconds) :: true | integer(), activity = treap:empty() :: treap:treap(), room_shaper = none :: shaper:shaper(), room_queue :: p1_queue:queue() | undefined |
