From c2d0d1efa0da4c13eb30a0a9f3ec32b7fcb3e6a6 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Mon, 3 May 2021 22:16:49 +0100 Subject: [PATCH] include m.room.create in knock_state (will be overtaken by MSC3173) --- proposals/1772-groups-as-rooms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposals/1772-groups-as-rooms.md b/proposals/1772-groups-as-rooms.md index d970f1a6..5c38c75c 100644 --- a/proposals/1772-groups-as-rooms.md +++ b/proposals/1772-groups-as-rooms.md @@ -72,7 +72,7 @@ space by peeking into the space-room (thus avoiding the need to add Join rules, invites and 3PID invites work as for a normal room. In order for clients to distinguish space invites from room invites, all invites must now -include the `m.room.create` event in their `invite_state`. +include the `m.room.create` event in their `invite_state` and `knock_state`. ### Relationship between rooms and spaces