forked from MirrorHub/synapse
add new line
This commit is contained in:
parent
f8fe98812b
commit
fcbd488e9a
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue