1
0
Fork 0
mirror of https://github.com/matrix-org/dendrite.git synced 2025-04-17 06:14:27 -05:00
dendrite/userapi/storage/accounts/postgres
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
..
account_data_table.go Refactor account data () 2020-06-18 18:36:03 +01:00
accounts_table.go Move account/device DBs to userapi () 2020-06-17 12:05:56 +01:00
membership_table.go Move account/device DBs to userapi () 2020-06-17 12:05:56 +01:00
profile_table.go Move account/device DBs to userapi () 2020-06-17 12:05:56 +01:00
storage.go Implement /sync limited and read timeline limit from stored filters () 2020-06-26 15:34:41 +01:00
threepid_table.go Move account/device DBs to userapi () 2020-06-17 12:05:56 +01:00