1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-29 15:23:11 +03:00

Merge branch 'develop' into andybalaam/disable-edit-restart-on-rust

This commit is contained in:
Andy Balaam
2023-11-10 12:07:37 +00:00
committed by GitHub

View File

@@ -263,6 +263,10 @@ describe("Read receipts", () => {
assertReadThread("Root3"); assertReadThread("Root3");
}); });
it("Paging up to find old threads that were never read keeps the room unread", () => { it("Paging up to find old threads that were never read keeps the room unread", () => {
// Flaky with rust crypto
// See https://github.com/vector-im/element-web/issues/26539
skipIfRustCrypto();
// Given lots of messages in threads that are unread // Given lots of messages in threads that are unread
goTo(room1); goTo(room1);
receiveMessages(room2, [ receiveMessages(room2, [