mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-19 09:31:35 +03:00
pedantry
This commit is contained in:
parent
cebb2b64ca
commit
693ecd76ea
1 changed files with 1 additions and 1 deletions
|
@ -287,7 +287,7 @@ class DataStore(
|
||||||
from the mau figure in synapse.storage.monthly_active_users which,
|
from the mau figure in synapse.storage.monthly_active_users which,
|
||||||
amongst other things, includes a 3 day grace period before a user counts.
|
amongst other things, includes a 3 day grace period before a user counts.
|
||||||
"""
|
"""
|
||||||
thirty_days_ago = int(self._clock.time_msec()) - (30 * 1000 * 60 * 60 * 24)
|
thirty_days_ago = int(self._clock.time_msec()) - (1000 * 60 * 60 * 24 * 30)
|
||||||
return self.runInteraction(
|
return self.runInteraction(
|
||||||
"count_monthly_users",
|
"count_monthly_users",
|
||||||
self._count_users,
|
self._count_users,
|
||||||
|
|
Loading…
Reference in a new issue