diff options
author | Erik Johnston <erikj@element.io> | 2024-08-29 16:22:57 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2024-08-30 15:29:07 +0100 |
commit | dab88a7b1feaf1a07b227898911808fc269609fc (patch) | |
tree | 554be5a523fb404f10fae428ba8e9324611dc178 /scripts-dev | |
parent | Sliding sync: Always send your own receipts down (#17617) (diff) | |
download | synapse-dab88a7b1feaf1a07b227898911808fc269609fc.tar.xz |
Sliding Sync: Make `PerConnectionState` immutable (#17600)
This is so that we can cache it. We also move the sliding sync types to `synapse/types/handlers/sliding_sync.py`. This is mainly in-prep for The only change in behaviour is that `RoomSyncConfig.combine_sync_config(..)` now returns a new room sync config rather than mutating in-place. Reviewable commit-by-commit. --------- Co-authored-by: Eric Eastwood <eric.eastwood@beta.gouv.fr>
Diffstat (limited to 'scripts-dev')
-rw-r--r-- | scripts-dev/mypy_synapse_plugin.py | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/scripts-dev/mypy_synapse_plugin.py b/scripts-dev/mypy_synapse_plugin.py |