summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorEric Eastwood <eric.eastwood@beta.gouv.fr>2024-05-16 13:05:31 -0500
committerGitHub <noreply@github.com>2024-05-16 13:05:31 -0500
commitc856ae47247579446bbe1a1adc1564158e5e0643 (patch)
treea11657bee36452e02a86247c8efa29ab8871743a /changelog.d
parentFix `joined_rooms`/`joined_room_ids` usage (#17208) (diff)
downloadsynapse-c856ae47247579446bbe1a1adc1564158e5e0643.tar.xz
Refactor `SyncResultBuilder` assembly to its own function (#17202)
We will re-use `get_sync_result_builder(...)` in
https://github.com/element-hq/synapse/pull/17167

Split out from https://github.com/element-hq/synapse/pull/17167
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/17202.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/17202.misc b/changelog.d/17202.misc
new file mode 100644
index 0000000000..4a558c8bcf
--- /dev/null
+++ b/changelog.d/17202.misc
@@ -0,0 +1 @@
+Refactor `SyncResultBuilder` assembly to its own function.