dendrite/syncapi/routing
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
..
context.go Don't limit "state" (#2849) 2022-11-02 09:34:19 +00:00
context_test.go
filter.go
getevent.go
memberships.go
messages.go
relations.go
routing.go
search.go Don't limit "state" (#2849) 2022-11-02 09:34:19 +00:00