4
0
mirror of https://github.com/1f349/dendrite.git synced 2025-03-09 13:43:09 +00:00
Kegsay 1ad7219e4b
Implement /sync limited and read timeline limit from stored filters ()
* 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
..