4
0
mirror of https://github.com/1f349/dendrite.git synced 2025-01-12 10:26:34 +00:00
dendrite/syncapi/storage
Neil Alexander 3db9e98456
Don't limit "state" ()
This is apparently some incorrect behaviour that we built as a result of
a spec bug (matrix-org/matrix-spec#1314) where we were applying a filter
to the `"state"` section of the `/sync` response incorrectly. The client
then has no way to know that the state was limited.

This PR removes the state limiting, which probably also helps .
2022-11-02 09:34:19 +00:00
..
postgres Don't limit "state" () 2022-11-02 09:34:19 +00:00
shared Filter /members, return members at given point () 2022-10-25 12:39:10 +02:00
sqlite3 Don't limit "state" () 2022-11-02 09:34:19 +00:00
tables Filter /members, return members at given point () 2022-10-25 12:39:10 +02:00
interface.go Filter /members, return members at given point () 2022-10-25 12:39:10 +02:00
storage_test.go Transactional isolation for /sync () 2022-09-30 12:48:10 +01:00
storage_wasm.go Global database connection pool (for monolith mode) () 2022-05-03 16:35:06 +01:00
storage.go Global database connection pool (for monolith mode) () 2022-05-03 16:35:06 +01:00