mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-07-30 21:12:45 +00:00
Fix Current state appears in timeline in private history with many messages after
(#2830)
The problem was that we weren't getting enough recent events, as most of them were removed by the history visibility filter. Now we're getting all events between the given input range and re-slice the returned values after applying history visibility.
This commit is contained in:
parent
8b7bf5e7d7
commit
c62ac3d6ad
2 changed files with 12 additions and 9 deletions
|
@ -756,4 +756,5 @@ 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
|
||||
Can get rooms/{roomId}/members at a given point
|
||||
Can filter rooms/{roomId}/members
|
||||
Can filter rooms/{roomId}/members
|
||||
Current state appears in timeline in private history with many messages after
|
Loading…
Add table
Add a link
Reference in a new issue