Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

fix typo #3086

Merged
merged 1 commit into from
Apr 10, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions synapse/storage/__init__.py
Original file line number Diff line number Diff line change
@@ -266,9 +266,9 @@ def _count_users(txn):
def count_r30_users(self):
"""
Counts the number of 30 day retained users, defined as:-
* Users who have created their accounts more than 30 days
* Users who have created their accounts more than 30 days ago
* Where last seen at most 30 days ago
* Where account creation and last_seen are > 30 days
* Where account creation and last_seen are > 30 days apart

Returns counts globaly for a given user as well as breaking
by platform