This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
The "users_set_deactivated_flag" background update doesn't return the right value #6091
Labels
z-bug
(Deprecated Label)
This causes Synapse to log e.g.
Updating 'users_set_deactivated_flag'. Updated 100 items in 4ms.
even though it processed a single row.That's because
_background_update_set_deactivated_flag
returns thebatch_size
instead ofrows_processed_nb
.The text was updated successfully, but these errors were encountered: