diff options
author | David Robertson <davidr@element.io> | 2021-12-07 12:42:05 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-07 12:42:05 +0000 |
commit | 14d593f72d10b4d8cb67e3288bb3131ee30ccf59 (patch) | |
tree | 77d41b2b43e942b38bd5b6d0f13691b6c304855b /changelog.d | |
parent | Correctly register shutdown handler for presence workers (#11518) (diff) | |
download | synapse-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.misc | 2 | ||||
-rw-r--r-- | changelog.d/11515.misc | 1 |
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. |