improve naming

This commit is contained in:
Neil Johnson 2018-09-12 16:22:15 +01:00
parent 5cea4e16c7
commit 8decd6233d
4 changed files with 14 additions and 10 deletions

View file

@ -147,7 +147,7 @@ class MonthlyActiveUsersStore(SQLBaseStore):
return self.runInteraction("count_users", _count_users)
@defer.inlineCallbacks
def get_reserved_real_user_account(self):
def get_registered_reserved_users_count(self):
"""Of the reserved threepids defined in config, how many are associated
with registered users?