feat: added unstable prefxi

pull/3639/head
Henri2h 4 years ago committed by GitHub
parent 1334612655
commit 2052379989
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -405,3 +405,17 @@ m.room.power_levels
* The user should be able to restrict the users able to write in his room.
* The user should be that all the followers can see each others.
## Unstable prefix
The following mapping will be used for identifiers in this MSC during development:
Proposed final identifier | Purpose | Development identifier
------------------------------- | ------- | ----
`m.social.feed` | 'wall' room | `org.matrix.mscZZZZ.social.feed`
`m.social.group` | group room | `org.matrix.mscZZZZ.social.group`
`m.social.post` | post event | `org.matrix.mscZZZZ.social.post`
`m.social.image` | image event | `org.matrix.mscZZZZ.social.image`
`m.social.tags` | tags property of `m.social.post` or `m.social.image` event | `org.matrix.mscZZZZ.social.tag`

Loading…
Cancel
Save