Add a small note about widgets
This commit is contained in:
parent
8cc3d44c2a
commit
11daaf6ea9
1 changed files with 4 additions and 1 deletions
|
@ -121,7 +121,10 @@ supported.
|
||||||
As a further clarification to a solved problem, the `/versions` endpoint for the client-server API
|
As a further clarification to a solved problem, the `/versions` endpoint for the client-server API
|
||||||
does not need to advertise all patch version changes - just the major/minor versions it supports.
|
does not need to advertise all patch version changes - just the major/minor versions it supports.
|
||||||
If a server does advertise a patch version, clients are expected to resolve that to the relevant
|
If a server does advertise a patch version, clients are expected to resolve that to the relevant
|
||||||
major/minor version equivalent (`v1.1.8` gets treated as `v1.1.0`, for example).
|
major/minor version equivalent (`v1.1.8` gets treated as `v1.1.0`, for example). This same rule
|
||||||
|
applies to widgets and the `supported_api_versions` action, which is currently in a
|
||||||
|
[draft specification](https://github.com/matrix-org/matrix-doc/pull/2764) state. Once widgets land
|
||||||
|
in the spec, the rule comes into effect.
|
||||||
|
|
||||||
### Brewing changes for the specification
|
### Brewing changes for the specification
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue