mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
9391de3f37
The deprecated /initialSync endpoint maintains a cache of responses, using parameter values as part of the cache key. When a `from` or `to` parameter is specified, it gets converted into a `StreamToken`, which contains a `RoomStreamToken` and forms part of the cache key. `RoomStreamToken`s need to be made hashable for this to work.
2 lines
104 B
Plaintext
2 lines
104 B
Plaintext
Fix error in deprecated `/initialSync` endpoint when using the undocumented `from` and `to` parameters.
|