diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2019-09-23 17:23:49 +0100 |
---|---|---|
committer | Brendan Abolivier <babolivier@matrix.org> | 2019-09-23 17:23:49 +0100 |
commit | 323d685bf743a660339be574aba68c0a63cb6483 (patch) | |
tree | 442d23c56b182365f5e76533c46e58de692bcb34 | |
parent | Changelog (diff) | |
download | synapse-323d685bf743a660339be574aba68c0a63cb6483.tar.xz |
Typo
-rw-r--r-- | synapse/storage/registration.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/storage/registration.py b/synapse/storage/registration.py index 92dd42fb87..4c84d804fe 100644 --- a/synapse/storage/registration.py +++ b/synapse/storage/registration.py @@ -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 |