0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-07-27 23:38:48 +02:00
dendrite/syncapi/sync
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
..
request.go Don't limit "state" (#2849) 2022-11-02 09:34:19 +00:00
requestpool.go Use the stream positions of the notifier (#2768) 2022-10-06 11:57:13 +01:00
requestpool_test.go Add race testing to tests, and fix a few small race conditions in the tests (#2587) 2022-08-05 09:19:33 +01:00