mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-25 02:18:38 +01:00
This commit does a number of things:
* Minor formatting/alignment changes
* Document the room_alias response key. This could be deprecated now, or forfeited, if needed.
* Remove the guest_can_join parameter - it is not actually supported
* Document the previously undocumented power_level_content_override parameter
* Clarify that the room_id is required on the response
* More clearly spell out which events are created as part of the request
* Clarify how the room alias becomes the canonical alias
* Clarify how the `visibility` may be used to determine a default preset to apply
* Document the `m.federate` creation content parameter, adding an option for the homeserver to define a default value
References:
* Preset being inferred by the visibility:
|
||
|---|---|---|
| .. | ||
| application-service | ||
| client-server | ||
| files | ||
| identity | ||
| push-gateway | ||
| server-server | ||
| check_examples.py | ||
| openapi_extensions.md | ||
| package.json | ||
| README | ||
| validator.js | ||
This directory contains swagger-compatible representations of our APIs. See the main README.rst for details on how to make use of them.