dendrite/syncapi/sync
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
..
notifier.go Send-to-device support (#1072) 2020-06-01 17:50:19 +01:00
notifier_test.go Implement /sync `limited` and read timeline limit from stored filters (#1168) 2020-06-26 15:34:41 +01:00
request.go Implement /sync `limited` and read timeline limit from stored filters (#1168) 2020-06-26 15:34:41 +01:00
requestpool.go Implement /sync `limited` and read timeline limit from stored filters (#1168) 2020-06-26 15:34:41 +01:00
userstream.go Per-user-per-device sync streams (#1068) 2020-05-28 10:05:04 +01:00