0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-10-18 22:39:01 +02:00
This commit is contained in:
David Baker 2015-04-27 11:49:18 +01:00
parent df75914791
commit 8a5be236e0

View file

@ -430,4 +430,4 @@ def are_all_users_on_domain(txn, domain):
num_not_matching = cursor.fetchall()[0][0]
if num_not_matching == 0:
return True
return False
return False