mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 13:16:01 -04:00
improve naming
This commit is contained in:
parent
5cea4e16c7
commit
8decd6233d
4 changed files with 14 additions and 10 deletions
|
@ -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?
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue