0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-09-30 23:09:01 +02:00
dendrite/syncapi/storage
Neil Alexander 3db9e98456
Don't limit "state" (#2849)
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 #2842.
2022-11-02 09:34:19 +00:00
..
postgres Don't limit "state" (#2849) 2022-11-02 09:34:19 +00:00
shared Filter /members, return members at given point (#2827) 2022-10-25 12:39:10 +02:00
sqlite3 Don't limit "state" (#2849) 2022-11-02 09:34:19 +00:00
tables Filter /members, return members at given point (#2827) 2022-10-25 12:39:10 +02:00
interface.go Filter /members, return members at given point (#2827) 2022-10-25 12:39:10 +02:00
storage.go Global database connection pool (for monolith mode) (#2411) 2022-05-03 16:35:06 +01:00
storage_test.go Transactional isolation for /sync (#2745) 2022-09-30 12:48:10 +01:00
storage_wasm.go Global database connection pool (for monolith mode) (#2411) 2022-05-03 16:35:06 +01:00