rename db method to be more informative

This commit is contained in:
David Baker 2015-04-27 10:16:26 +01:00
parent 2f475bd5d5
commit f8152f2708
2 changed files with 5 additions and 5 deletions

View file

@ -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: