mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-20 10:24:10 +01:00
MSC1840 is in
This commit is contained in:
parent
fbad757ceb
commit
1f1e3c9a0f
|
|
@ -41,8 +41,9 @@ Spaces are referred to primarily by their alias, for example
|
||||||
|
|
||||||
Space-rooms are distinguished from regular messaging rooms by the `m.room.type`
|
Space-rooms are distinguished from regular messaging rooms by the `m.room.type`
|
||||||
of `m.space` (see
|
of `m.space` (see
|
||||||
[MSC1840](https://github.com/matrix-org/matrix-doc/pull/1840)). XXX nobody has
|
[MSC1840](https://github.com/matrix-org/matrix-doc/pull/1840)). This allows
|
||||||
convinced me this is actually required.
|
clients to offer slightly customised user experience depending on the purpose
|
||||||
|
of the room.
|
||||||
|
|
||||||
Space-rooms may have `m.room.name` and `m.room.topic` state events in the same
|
Space-rooms may have `m.room.name` and `m.room.topic` state events in the same
|
||||||
way as a normal room.
|
way as a normal room.
|
||||||
|
|
@ -590,8 +591,8 @@ child rooms? Seems to have some of the same problems as inheriting PLs.
|
||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
|
|
||||||
* (possibly?) [MSC1840](https://github.com/matrix-org/matrix-doc/pull/1840)
|
* [MSC1840](https://github.com/matrix-org/matrix-doc/pull/1840) for room
|
||||||
for room types.
|
types.
|
||||||
|
|
||||||
* [MSC2753](https://github.com/matrix-org/matrix-doc/issues/2753) for
|
* [MSC2753](https://github.com/matrix-org/matrix-doc/issues/2753) for
|
||||||
effective peeking over the C/S API.
|
effective peeking over the C/S API.
|
||||||
|
|
@ -638,6 +639,7 @@ development:
|
||||||
|
|
||||||
Proposed final identifier | Purpose | Development identifier
|
Proposed final identifier | Purpose | Development identifier
|
||||||
------------------------------- | ------- | ----
|
------------------------------- | ------- | ----
|
||||||
|
`m.space` | room type | `org.matrix.msc1772.space`
|
||||||
`m.space.child` | event type | `org.matrix.msc1772.space.child`
|
`m.space.child` | event type | `org.matrix.msc1772.space.child`
|
||||||
`m.space.parent` | event type | `org.matrix.msc1772.space.parent`
|
`m.space.parent` | event type | `org.matrix.msc1772.space.parent`
|
||||||
`m.room.power_level_mappings` | event type | `org.matrix.msc1772.room.power_level_mappings`
|
`m.room.power_level_mappings` | event type | `org.matrix.msc1772.room.power_level_mappings`
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue