Say that !stable == unstable
This commit is contained in:
parent
50eba23669
commit
577edeb53b
1 changed files with 3 additions and 2 deletions
|
@ -22,7 +22,7 @@ this proposal suggests a `m.room_versions` capability be introduced like the fol
|
||||||
"2": "stable",
|
"2": "stable",
|
||||||
"state-res-v2-test": "unstable",
|
"state-res-v2-test": "unstable",
|
||||||
"event-ids-as-hashes": "unstable",
|
"event-ids-as-hashes": "unstable",
|
||||||
"3": "unstable"
|
"3": "future-scifi-label"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -30,7 +30,8 @@ this proposal suggests a `m.room_versions` capability be introduced like the fol
|
||||||
```
|
```
|
||||||
|
|
||||||
Clients are encouraged to make use of this capability to determine if the server supports a given
|
Clients are encouraged to make use of this capability to determine if the server supports a given
|
||||||
version, and at what level of stability.
|
version, and at what level of stability. Anything not flagged explicitly as `stable` should be treated
|
||||||
|
as `unstable` (ie: `future-scifi-label` is the same as `unstable`).
|
||||||
|
|
||||||
The default version is the version that the server is using to create new rooms with. Clients can
|
The default version is the version that the server is using to create new rooms with. Clients can
|
||||||
make the assumption that the default version is a stable version.
|
make the assumption that the default version is a stable version.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue