diff options
author | Till <2353100+S7evinK@users.noreply.github.com> | 2022-10-19 14:05:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-19 14:05:39 +0200 |
commit | e79bfd8fd55781783482cb45ae6d4e78062bb8ac (patch) | |
tree | 9b892d69efc71dd2259d04763037c23922cc68f3 /sytest-whitelist | |
parent | 8cbe14bd6d985ceb2f7c098548a3fbeedfce2d55 (diff) |
Get state deltas without filters (#2810)
This makes the following changes:
- get state deltas without the user supplied filter, so we can actually
"calculate" state transitions
- closes `stmt` when using SQLite
- Adds presence for users who newly joined a room, even if the syncing
user already knows about the presence status (should fix
https://github.com/matrix-org/complement/pull/516)
Diffstat (limited to 'sytest-whitelist')
-rw-r--r-- | sytest-whitelist | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sytest-whitelist b/sytest-whitelist index 93d447d2..1387838f 100644 --- a/sytest-whitelist +++ b/sytest-whitelist @@ -746,4 +746,10 @@ Existing members see new member's presence Inbound federation can return missing events for joined visibility outliers whose auth_events are in a different room are correctly rejected Messages that notify from another user increment notification_count -Messages that highlight from another user increment unread highlight count
\ No newline at end of file +Messages that highlight from another user increment unread highlight count +Newly joined room has correct timeline in incremental sync +When user joins a room the state is included in the next sync +When user joins a room the state is included in a gapped sync +Messages that notify from another user increment notification_count +Messages that highlight from another user increment unread highlight count +Notifications can be viewed with GET /notifications
\ No newline at end of file |