diff options
author | Neil Johnson <neil@matrix.org> | 2018-10-25 16:13:43 +0100 |
---|---|---|
committer | Neil Johnson <neil@matrix.org> | 2018-10-25 16:13:43 +0100 |
commit | fcbd488e9a60a70a81cd7a94a6adebe6e06c525a (patch) | |
tree | 4a204191e08e95030c72e390b61d68428c941ad7 /synapse | |
parent | improve comments (diff) | |
download | synapse-fcbd488e9a60a70a81cd7a94a6adebe6e06c525a.tar.xz |
add new line
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/storage/monthly_active_users.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/storage/monthly_active_users.py b/synapse/storage/monthly_active_users.py index 01963c879f..cf4104dc2e 100644 --- a/synapse/storage/monthly_active_users.py +++ b/synapse/storage/monthly_active_users.py @@ -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 |