Add passing tests

This commit is contained in:
Till Faelligen 2022-10-24 09:25:44 +02:00
parent 601e35bb8c
commit 884b1fa577
No known key found for this signature in database
GPG key ID: 3DF82D8AB9211D4E

View file

@ -753,3 +753,5 @@ When user joins a room the state is included in a gapped sync
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
Notifications can be viewed with GET /notifications Notifications can be viewed with GET /notifications
Can get rooms/{roomId}/messages for a departed room (SPEC-216)
Local device key changes appear in /keys/changes