Files
synapse/synapse
Matthew Hodgson 7c9fbc49f9 Type the connection store against the config subset it uses
The store only needs user/requester/conn_id from the sync config, and is
shared between sliding sync and paginated sync (MSC4525), so type its
methods with a Protocol both configs satisfy instead of SlidingSyncConfig
(fixes the mypy failure on PaginatedSyncConfig at the
get_and_clear_connection_positions call site, and drops the now-redundant
ignore on record_new_state).
2026-08-07 03:26:09 +03:00
..
2026-06-02 11:05:38 +01:00
2026-05-29 10:57:33 +00:00