summary refs log tree commit diff
path: root/synapse/handlers/sliding_sync/store.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Sliding sync: Store the per-connection state in the database. (#17599)Erik Johnston2024-08-291-107/+35
* Sliding Sync: Make `PerConnectionState` immutable (#17600)Erik Johnston2024-08-291-4/+4
* Sliding sync: Split up handler into its own module (#17595)Erik Johnston2024-08-201-0/+200