summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2021-12-07 12:42:05 +0000
committerGitHub <noreply@github.com>2021-12-07 12:42:05 +0000
commit14d593f72d10b4d8cb67e3288bb3131ee30ccf59 (patch)
tree77d41b2b43e942b38bd5b6d0f13691b6c304855b /changelog.d
parentCorrectly register shutdown handler for presence workers (#11518) (diff)
downloadsynapse-14d593f72d10b4d8cb67e3288bb3131ee30ccf59.tar.xz
Refactors in `_generate_sync_entry_for_rooms` (#11515)
* Move sync_token up to the top
* Pull out _get_ignored_users
* Try to signpost the body of `_generate_sync_entry_for_rooms`
* Pull out _calculate_user_changes

Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/11494.misc2
-rw-r--r--changelog.d/11515.misc1
2 files changed, 2 insertions, 1 deletions
diff --git a/changelog.d/11494.misc b/changelog.d/11494.misc
index 7afd7d3a07..52cf26a4b6 100644
--- a/changelog.d/11494.misc
+++ b/changelog.d/11494.misc
@@ -1 +1 @@
-Add comments to various parts of the `/sync` handler.
\ No newline at end of file
+Refactor various parts of the `/sync` handler.
\ No newline at end of file
diff --git a/changelog.d/11515.misc b/changelog.d/11515.misc
new file mode 100644
index 0000000000..7f9d8cd57f
--- /dev/null
+++ b/changelog.d/11515.misc
@@ -0,0 +1 @@
+Refactor various parts of the `/sync` handler.