mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-04 05:13:42 +01:00
document unstable prefixes/feature flags
This commit is contained in:
parent
645dbcc091
commit
30d762cc72
|
|
@ -219,4 +219,11 @@ None currently identified.
|
|||
|
||||
## Unstable prefix
|
||||
|
||||
TBD.
|
||||
While this feature is in development, the following names will be in use:
|
||||
|
||||
| Proposed final name | Name while in development |
|
||||
| `GET /_matrix/client/r0/rooms/{roomId}/aliases` | `GET /_matrix/client/unstable/org.matrix.msc2432/rooms/{roomId}/aliases` |
|
||||
|
||||
Servers will indicate support for the new endpoint via a non-empty value for feature flag
|
||||
`org.matrix.msc2432` in `unstable_features` in the response to `GET
|
||||
/_matrix/client/versions`.
|
||||
|
|
|
|||
Loading…
Reference in a new issue