diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2024-03-14 17:18:48 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-14 17:18:48 +0000 |
commit | 6d5bafb2c8e8d750dede8446f665c05b52715b0a (patch) | |
tree | 81f75dcc5475fb883537f489aceb380770e1ac5f /changelog.d | |
parent | Sort versions in the documentation version picker appropriately. (#16966) (diff) | |
download | synapse-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.misc | 2 |
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. + |