diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2019-09-24 17:11:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-24 17:11:12 +0100 |
commit | f99a9c9cb062374eb532e3caf72eb4d2e784b574 (patch) | |
tree | fb683a5d54a2edaf8365a1894fd306d2b15188fd /changelog.d | |
parent | Merge pull request #6037 from matrix-org/rav/saml_mapping_work (diff) | |
parent | Incorporate review (diff) | |
download | synapse-f99a9c9cb062374eb532e3caf72eb4d2e784b574.tar.xz |
Merge pull request #6092 from matrix-org/babolivier/background_update_deactivated_return
Fix the return value in the users_set_deactivated_flag background job
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6092.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6092.bugfix b/changelog.d/6092.bugfix new file mode 100644 index 0000000000..01a7498ec6 --- /dev/null +++ b/changelog.d/6092.bugfix @@ -0,0 +1 @@ +Fix the logged number of updated items for the users_set_deactivated_flag background update. |