mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-07-31 13:22:46 +00:00
Get messages from before user left the room (#2824)
This is going to make `Can get rooms/{roomId}/messages for a departed room (SPEC-216)` pass, since we now only grep events from before the user left the room.
This commit is contained in:
parent
a553fe7705
commit
7506e3303e
2 changed files with 28 additions and 9 deletions
|
@ -752,4 +752,6 @@ 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
|
||||
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
|
Loading…
Add table
Add a link
Reference in a new issue