0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-06-20 13:28:20 +02:00
dendrite/userapi
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
..
api Fix comment in InputAccountDataRequest 2020-06-19 09:18:09 +01:00
internal Refactor account data (#1150) 2020-06-18 18:36:03 +01:00
inthttp Refactor account data (#1150) 2020-06-18 18:36:03 +01:00
storage Implement /sync limited and read timeline limit from stored filters (#1168) 2020-06-26 15:34:41 +01:00
userapi.go Move account/device DBs to userapi (#1141) 2020-06-17 12:05:56 +01:00
userapi_test.go Move account/device DBs to userapi (#1141) 2020-06-17 12:05:56 +01:00