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:
Till 2022-10-25 15:15:24 +02:00 committed by GitHub
parent 8b7bf5e7d7
commit c62ac3d6ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 9 deletions

View file

@ -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