We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New Endpoints
POST /_matrix/client/v3/rooms/{roomId}/report
Backwards Compatible Changes
M_USER_SUSPENDED
Spec Clarifications
reason
POST /_matrix/client/v3/rooms/{roomId}/report/{eventId}
GET /_matrix/client/v3/thirdparty/location/{protocol}
PusherData
StateFilter
RoomEventFilter
json
json5
/keys/claim
/_matrix/federation/v1/state_ids/{roomId}
No significant changes.
/_matrix/push/v1/notify
sender
state_key
x-weight
event-group
boxes/added-in-paragraph
withVersioning
rver-fragment
span
added-in
changed-in
%
custom-formats.yaml
string-formats.yaml
baseURL
.htmltest.yaml
.htmltest.yml
openapi/render-operation
type
language
script
note
TI-M on Matrix v1.12 wird in #271 getracked.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Client-Server API
New Endpoints
POST /_matrix/client/v3/rooms/{roomId}/report
, as per MSC4151. (#1938, #2028)Backwards Compatible Changes
M_USER_SUSPENDED
error code behaviour, as per MSC3823. (#2014)Spec Clarifications
reason
parameter inPOST /_matrix/client/v3/rooms/{roomId}/report/{eventId}
can be omitted instead of left blank, as per MSC2414. (#1938)GET /_matrix/client/v3/thirdparty/location/{protocol}
endpoint. (#1947)PusherData
when sending notifications to the push gateway. (#1973)StateFilter
andRoomEventFilter
. (#2015)json
instead ofjson5
for syntax highlighting. (#2017)/keys/claim
, as per MSC4225. (#2029)Server-Server API
Backwards Compatible Changes
Spec Clarifications
/_matrix/federation/v1/state_ids/{roomId}
. (#1926)Application Service API
Backwards Compatible Changes
Identity Service API
No significant changes.
Push Gateway API
Spec Clarifications
PusherData
. (#1968)/_matrix/push/v1/notify
. (#1974)Room Versions
Spec Clarifications
sender
thestate_key
needs to match. (#2024)Appendices
Spec Clarifications
Internal Changes/Tooling
Spec Clarifications
x-weight
property for sorting events rendered with theevent-group
shortcode. (#1967)boxes/added-in-paragraph
shortcode. (#1970)withVersioning
parameter ofrver-fragment
shortcode. (#1971)span
element fromadded-in
andchanged-in
shortcodes. (#1972)added-in
andchanged-in
shortcodes by using%
delimiter. (#1975)custom-formats.yaml
tostring-formats.yaml
and update its docs. (#1977)baseURL
. (#1984, #1997).htmltest.yaml
to.htmltest.yml
. (#1985)openapi/render-operation
partial. (#2003)changed-in
partial when used with multiple paragraphs. (#2006)type
andlanguage
attributes ofscript
element. (#2021)note
. (#2022)TI-M on Matrix v1.12 wird in #271 getracked.
The text was updated successfully, but these errors were encountered: