From 469b64c5cdfa212c548b3594402cb4ea42744417 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Tue, 16 Mar 2021 14:23:12 +0000 Subject: [PATCH] rip out m.room.description if/when we need it, we should follow MSC2875 --- proposals/1772-groups-as-rooms.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/proposals/1772-groups-as-rooms.md b/proposals/1772-groups-as-rooms.md index 75b9f967..2eecddaa 100644 --- a/proposals/1772-groups-as-rooms.md +++ b/proposals/1772-groups-as-rooms.md @@ -219,16 +219,6 @@ advertise particular rooms more prominently than in the room directory. However, this can be added in a later MSC if it's found to be needed in practice. -### Long description - -We would like to allow spaces to have a long description using rich -formatting. This will use a new state event type `m.room.description` (with -empty `state_key`) whose content is the same format as `m.room.message` (ie, -contains a `msgtype` and possibly `formatted_body`). - -TODO: this could also be done via pinned messages. Failing that -`m.room.description` should probably be a separate MSC. - ## Future extensions The following sections are not blocking parts of this proposal, but are