forked-synapse/synapse/rest
Eric Eastwood 28a948f04f
Removed request_key from the SyncConfig (moved outside as its own function parameter) (#17201)
Removed `request_key` from the `SyncConfig` (moved outside as its own function parameter) so it doesn't have to flow into `_generate_sync_entry_for_xxx` methods. This way we can separate the concerns of caching from generating the response and reuse the `_generate_sync_entry_for_xxx` functions as we see fit. Plus caching doesn't really have anything to do with the config of sync.

Split from https://github.com/element-hq/synapse/pull/17167

Spawning from https://github.com/element-hq/synapse/pull/17167#discussion_r1601497279
2024-05-16 11:54:46 -05:00
..
admin Parse json validation (#16923) 2024-04-18 13:57:38 +01:00
client Removed request_key from the SyncConfig (moved outside as its own function parameter) (#17201) 2024-05-16 11:54:46 -05:00
consent Update license headers 2023-11-21 15:29:58 -05:00
key Bump black from 23.10.1 to 24.2.0 (#16936) 2024-03-13 16:46:44 +00:00
media Parse Integer negative value validation (#16920) 2024-04-16 19:12:36 +00:00
synapse An federation whitelist query endpoint extension (#16848) 2024-05-13 19:38:45 +00:00
__init__.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
health.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
models.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
well_known.py Update license headers 2023-11-21 15:29:58 -05:00