mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-15 00:40:38 -05:00
rename db method to be more informative
This commit is contained in:
parent
2f475bd5d5
commit
f8152f2708
2 changed files with 5 additions and 5 deletions
|
|
@ -244,7 +244,7 @@ class SynapseHomeServer(HomeServer):
|
|||
|
||||
@defer.inlineCallbacks
|
||||
def post_startup_check(self):
|
||||
all_users_native = yield self.get_datastore().all_users_on_domain(
|
||||
all_users_native = yield self.get_datastore().are_all_users_on_domain(
|
||||
self.hostname
|
||||
)
|
||||
if not all_users_native:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue