mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Typo
This commit is contained in:
parent
a2a09d42dd
commit
323d685bf7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user