Commit graph

4 commits

Author SHA1 Message Date
Neil Alexander
0096fc850a
Refactor removeDuplicates (might use slightly more memory but less CPU) 2021-01-20 10:29:32 +00:00
Eric Eastwood
88374a5cc4 Add leave rooms to /sync response 2021-01-06 04:30:59 -06:00
Eric Eastwood
82afb32464 Implement archived rooms (include_leave filter on /sync)
Fix https://github.com/matrix-org/dendrite/issues/1323
2021-01-06 04:28:54 -06:00
Kegsay
1ad7219e4b
Implement /sync limited and read timeline limit from stored filters (#1168)
* Move filter table to syncapi where it is used

* Implement /sync `limited` and read timeline limit from stored filters

We now fully handle `room.timeline.limit` filters (in-line + stored) and
return the right value for `limited` syncs.

* Update whitelist

* Default to the default timeline limit if it's unset, also strip the extra event correctly

* Update whitelist
2020-06-26 15:34:41 +01:00
Renamed from clientapi/routing/filter.go (Browse further)