summary refs log tree commit diff
diff options
context:
space:
mode:
authorNeil Johnson <neil@matrix.org>2018-10-25 16:13:43 +0100
committerNeil Johnson <neil@matrix.org>2018-10-25 16:13:43 +0100
commitfcbd488e9a60a70a81cd7a94a6adebe6e06c525a (patch)
tree4a204191e08e95030c72e390b61d68428c941ad7
parentimprove comments (diff)
downloadsynapse-fcbd488e9a60a70a81cd7a94a6adebe6e06c525a.tar.xz
add new line
-rw-r--r--synapse/storage/monthly_active_users.py1
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