From 8b1fe00630ff88a907bc3c4063c5f2a3bc51e9e5 Mon Sep 17 00:00:00 2001 From: Patrick Cloke Date: Mon, 3 May 2021 12:41:46 -0400 Subject: [PATCH] Drop unstable identifiers from MSC1772. --- proposals/2946-spaces-summary.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/proposals/2946-spaces-summary.md b/proposals/2946-spaces-summary.md index c18580adf..8702d85cb 100644 --- a/proposals/2946-spaces-summary.md +++ b/proposals/2946-spaces-summary.md @@ -210,12 +210,3 @@ The client-server API will be: And the server-server API will be: `/_matrix/federation/unstable/org.matrix.msc2946/spaces/{roomID}` - -Note that the unstable identifiers from [MSC1772](https://github.com/matrix-org/matrix-doc/pull/1772) also apply: - -Proposed final identifier | Purpose | Development identifier -------------------------------- | ------- | ---- -`type` | property in `m.room.create` | `org.matrix.msc1772.type` -`m.space` | value of `type` in `m.room.create` | `org.matrix.msc1772.space` -`m.space.child` | event type | `org.matrix.msc1772.space.child` -`m.space.parent` | event type | `org.matrix.msc1772.space.parent`