diff options
author | Eric Eastwood <eric.eastwood@beta.gouv.fr> | 2024-05-16 13:05:31 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-16 13:05:31 -0500 |
commit | c856ae47247579446bbe1a1adc1564158e5e0643 (patch) | |
tree | a11657bee36452e02a86247c8efa29ab8871743a /changelog.d | |
parent | Fix `joined_rooms`/`joined_room_ids` usage (#17208) (diff) | |
download | synapse-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.misc | 1 |
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. |