Skip to content
Snippets Groups Projects
Unverified Commit 360d899a authored by Matthew Hodgson's avatar Matthew Hodgson Committed by GitHub
Browse files

Merge pull request #3086 from matrix-org/r30_stats

fix typo
parents eaa2ebf2 d54cfbb7
No related branches found
No related tags found
No related merge requests found
......@@ -266,9 +266,9 @@ class DataStore(RoomMemberStore, RoomStore,
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment