dendrite/syncapi/storage
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
..
postgres Implement /sync `limited` and read timeline limit from stored filters (#1168) 2020-06-26 15:34:41 +01:00
shared Implement /sync `limited` and read timeline limit from stored filters (#1168) 2020-06-26 15:34:41 +01:00
sqlite3 Implement /sync `limited` and read timeline limit from stored filters (#1168) 2020-06-26 15:34:41 +01:00
tables Implement /sync `limited` and read timeline limit from stored filters (#1168) 2020-06-26 15:34:41 +01:00
interface.go Implement /sync `limited` and read timeline limit from stored filters (#1168) 2020-06-26 15:34:41 +01:00
storage.go Rehuffle where things are in the internal package (#1122) 2020-06-12 14:55:57 +01:00
storage_test.go Finish implementing retiring invites (#1166) 2020-06-26 11:07:52 +01:00
storage_wasm.go Rehuffle where things are in the internal package (#1122) 2020-06-12 14:55:57 +01:00