Filtering support (except sliding-sync)
The /rooms/{roomId}/messages
, /sync
, and /rooms/{roomId}/context/{eventId}
endpoints all support some degree of filtering using the filter parameters defined here in the spec. We currently only support a very limited set of these (mostly related to lazy-loading).
The sliding-sync endpoint also supports filtering, but with a completely different api. Support for this would be a separate feature.