0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-10-02 22:48:57 +02:00
This commit is contained in:
Brendan Abolivier 2019-09-23 17:23:49 +01:00
parent a2a09d42dd
commit 323d685bf7
No known key found for this signature in database
GPG key ID: 1E015C145F1916CD

View file

@ -862,7 +862,7 @@ class RegistrationStore(
if batch_size > len(rows):
return (True, rows_processed_nb)
else:
return (True, rows_processed_nb)
return (False, rows_processed_nb)
end, nb_processed = yield self.runInteraction(
"users_set_deactivated_flag", _background_update_set_deactivated_flag_txn