add new line

pull/4081/head
Neil Johnson 2018-10-25 16:13:43 +01:00
parent f8fe98812b
commit fcbd488e9a
1 changed files with 1 additions and 0 deletions

View File

@ -191,6 +191,7 @@ class MonthlyActiveUsersStore(SQLBaseStore):
def upsert_monthly_active_user_txn(self, txn, user_id):
"""Updates or inserts monthly active user member
Note that, after calling this method, it will generally be necessary
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