diff options
author | David Robertson <davidr@element.io> | 2021-10-13 13:50:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-13 12:50:00 +0000 |
commit | 317e9e415c378d7b89b5f140b42e45db4583b35a (patch) | |
tree | 098196adbc467d033d590e344fec559600c23433 /changelog.d | |
parent | Remove dead code from `MediaFilePaths` (#11056) (diff) | |
download | synapse-317e9e415c378d7b89b5f140b42e45db4583b35a.tar.xz |
Rearrange the user_directory's `_handle_deltas` function (#11035)
* Pull out `_handle_room_membership_event` * Discard excluded users early * Rearrange logic so the change is membership is effectively switched over. See PR for rationale.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11035.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11035.misc b/changelog.d/11035.misc new file mode 100644 index 0000000000..6b45b7e9bd --- /dev/null +++ b/changelog.d/11035.misc @@ -0,0 +1 @@ +Rearrange the internal workings of the incremental user directory updates. \ No newline at end of file |