From 065b0990e625574e4f8f30e26727cb252887cb1f Mon Sep 17 00:00:00 2001 From: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Date: Tue, 23 Mar 2021 11:30:02 +0000 Subject: [PATCH] Update proposals/1772-groups-as-rooms.md --- 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 d5d45774..addb6d54 100644 --- a/proposals/1772-groups-as-rooms.md +++ b/proposals/1772-groups-as-rooms.md @@ -38,7 +38,7 @@ Each space is represented by its own room, known as a "space-room". The rooms within the space are determined by state events within the space-room. Space-rooms are distinguished from regular messaging rooms by the presence of a -`type: m.space` property in the `m.room.create` event. This allows clients to +`type: m.space` property in the content of the `m.room.create` event. This allows clients to offer slightly customised user experience depending on the purpose of the room. Currently, no server-side behaviour is expected to depend on this property.