summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2024-03-14 17:18:48 +0000
committerGitHub <noreply@github.com>2024-03-14 17:18:48 +0000
commit6d5bafb2c8e8d750dede8446f665c05b52715b0a (patch)
tree81f75dcc5475fb883537f489aceb380770e1ac5f /changelog.d
parentSort versions in the documentation version picker appropriately. (#16966) (diff)
downloadsynapse-6d5bafb2c8e8d750dede8446f665c05b52715b0a.tar.xz
Split up `SyncHandler.compute_state_delta` (#16929)
This is a huge method, which melts my brain.

This is a non-functional change which lays some groundwork for future
work in this area.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/16929.misc2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog.d/16929.misc b/changelog.d/16929.misc
new file mode 100644
index 0000000000..9489784e4a
--- /dev/null
+++ b/changelog.d/16929.misc
@@ -0,0 +1,2 @@
+Refactor state delta calculation in `/sync` handler.
+