4
0
mirror of https://github.com/1f349/dendrite.git synced 2025-01-12 18:36:31 +00:00
dendrite/syncapi/sync
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
..
notifier_test.go Implement /sync limited and read timeline limit from stored filters () 2020-06-26 15:34:41 +01:00
notifier.go Send-to-device support () 2020-06-01 17:50:19 +01:00
request.go Implement /sync limited and read timeline limit from stored filters () 2020-06-26 15:34:41 +01:00
requestpool.go Implement /sync limited and read timeline limit from stored filters () 2020-06-26 15:34:41 +01:00
userstream.go Per-user-per-device sync streams () 2020-05-28 10:05:04 +01:00