From 3808493af5a10695c5ae02f0d199de68e388e95a Mon Sep 17 00:00:00 2001 From: kegsay <7190048+kegsay@users.noreply.github.com> Date: Tue, 27 Feb 2024 14:50:15 +0000 Subject: [PATCH] Update TEST_HITLIST.md --- TEST_HITLIST.md | 1 + 1 file changed, 1 insertion(+) diff --git a/TEST_HITLIST.md b/TEST_HITLIST.md index a060fca..86be78d 100644 --- a/TEST_HITLIST.md +++ b/TEST_HITLIST.md @@ -118,3 +118,4 @@ Tests for known failures. - [ ] If you make a new room key, you need to send it to all devices in the room. If you restart the client mid-way through sending, ensure the rest get sent upon restart. - [ ] Tests for [MSC3061](https://github.com/matrix-org/matrix-spec-proposals/pull/3061): Sharing room keys for past messages. Rust SDK: https://github.com/matrix-org/matrix-rust-sdk/issues/580 - [ ] Ensure that we send at least 100 to-device messages per HTTP request when changing the room key: https://github.com/vector-im/element-web/issues/24680 + - [ ] Check that we do not delete OTK private keys when we receive a badly formed pre-key message using that key https://github.com/element-hq/element-ios/issues/7480