mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-01-31 23:54:54 -05:00
add new line
This commit is contained in:
parent
f8fe98812b
commit
fcbd488e9a
@ -191,6 +191,7 @@ class MonthlyActiveUsersStore(SQLBaseStore):
|
|||||||
|
|
||||||
def upsert_monthly_active_user_txn(self, txn, user_id):
|
def upsert_monthly_active_user_txn(self, txn, user_id):
|
||||||
"""Updates or inserts monthly active user member
|
"""Updates or inserts monthly active user member
|
||||||
|
|
||||||
Note that, after calling this method, it will generally be necessary
|
Note that, after calling this method, it will generally be necessary
|
||||||
to invalidate the caches on user_last_seen_monthly_active and
|
to invalidate the caches on user_last_seen_monthly_active and
|
||||||
get_monthly_active_count. We can't do that here, because we are running
|
get_monthly_active_count. We can't do that here, because we are running
|
||||||
|
Loading…
x
Reference in New Issue
Block a user