add new line

This commit is contained in:
Neil Johnson 2018-10-25 16:13:43 +01:00
parent f8fe98812b
commit fcbd488e9a

View file

@ -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