mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-12-24 07:19:23 -05:00
rename stat to future proof
This commit is contained in:
parent
788e69098c
commit
792d340572
@ -425,7 +425,7 @@ def run(hs):
|
|||||||
stats["daily_active_rooms"] = yield hs.get_datastore().count_daily_active_rooms()
|
stats["daily_active_rooms"] = yield hs.get_datastore().count_daily_active_rooms()
|
||||||
stats["daily_messages"] = yield hs.get_datastore().count_daily_messages()
|
stats["daily_messages"] = yield hs.get_datastore().count_daily_messages()
|
||||||
|
|
||||||
stats["r30_users"] = yield hs.get_datastore().count_r30_users()
|
stats["r30_users_all"] = yield hs.get_datastore().count_r30_users()
|
||||||
|
|
||||||
daily_sent_messages = yield hs.get_datastore().count_daily_sent_messages()
|
daily_sent_messages = yield hs.get_datastore().count_daily_sent_messages()
|
||||||
stats["daily_sent_messages"] = daily_sent_messages
|
stats["daily_sent_messages"] = daily_sent_messages
|
||||||
|
Loading…
Reference in New Issue
Block a user