0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-06-29 01:38:25 +02:00
Commit graph

2 commits

Author SHA1 Message Date
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
Kegsay e09d24e732
Move account/device DBs to userapi (#1141) 2020-06-17 12:05:56 +01:00
Renamed from clientapi/auth/storage/accounts/sqlite3/filter_table.go (Browse further)