Add passing tests

This commit is contained in:
Till Faelligen 2022-10-19 11:07:11 +02:00
parent 1d19da0cfd
commit fc1d1fe6d3
No known key found for this signature in database
GPG key ID: 3DF82D8AB9211D4E

View file

@ -747,3 +747,8 @@ Inbound federation can return missing events for joined visibility
outliers whose auth_events are in a different room are correctly rejected outliers whose auth_events are in a different room are correctly rejected
Messages that notify from another user increment notification_count Messages that notify from another user increment notification_count
Messages that highlight from another user increment unread highlight count 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