mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-07-30 04:52:46 +00:00
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
This commit is contained in:
parent
164057a3be
commit
1ad7219e4b
19 changed files with 194 additions and 135 deletions
|
@ -387,3 +387,9 @@ Can reject invites over federation for rooms with version 4
|
|||
Can reject invites over federation for rooms with version 5
|
||||
Can reject invites over federation for rooms with version 6
|
||||
Event size limits
|
||||
Can sync a room with a single message
|
||||
Can sync a room with a message with a transaction id
|
||||
A full_state incremental update returns only recent timeline
|
||||
A prev_batch token can be used in the v1 messages API
|
||||
We don't send redundant membership state across incremental syncs by default
|
||||
Typing notifications don't leak
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue