From af9f94a635e8e6e5b6a7ed1c5c5abaa405a96dce Mon Sep 17 00:00:00 2001 From: Kevin Aleman Date: Fri, 11 Oct 2024 07:44:32 -0600 Subject: [PATCH] Create soft-planets-cross.md --- .changeset/soft-planets-cross.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/soft-planets-cross.md diff --git a/.changeset/soft-planets-cross.md b/.changeset/soft-planets-cross.md new file mode 100644 index 0000000000000..5a170ea222c24 --- /dev/null +++ b/.changeset/soft-planets-cross.md @@ -0,0 +1,5 @@ +--- +"@rocket.chat/meteor": patch +--- + +Fixes a behavior of E2EE room creation that allowed any user on the room to define room keys before the room creator, causing race conditions.