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
This issue was originally created by @S7evinK at matrix-org/dendrite#3219.
Complete changelog v1.3
Backwards Compatible Changes
from
GET /_matrix/client/v3/messages
knock_restricted
Spec Clarifications
m.room.avatar
type
invite
m.room.power_levels
destination
Spec Clarifications (NOTE: Non-actionable things removed)
origin
m.federate
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This issue was originally created by @S7evinK at matrix-org/dendrite#3219.
Complete changelog v1.3
Client-Server API
Backwards Compatible Changes
from
optional onGET /_matrix/client/v3/messages
to allow requesting events from the start or end of the room history, as per MSC3567.from
is optional, it is not spec compliantknock_restricted
join rule in supported room versions, as per MSC3787.Spec Clarifications
m.room.avatar
events is not required. (#987)type
in user-interactive authentication can be omitted. (#989)invite
where it is not specified in anm.room.power_levels
event. (#1021)Server-Server API
Backwards Compatible Changes
destination
property to the Authorization header, as per MSC3383.Spec Clarifications
(NOTE: Non-actionable things removed)
origin
field from PDUs. (#998)Application Service API
Backwards Compatible Changes
Room Versions
Backwards Compatible Changes
knock_restricted
join rule supported by room version 10 as per MSC3787.Spec Clarifications
(NOTE: Non-actionable things removed)
m.federate
to the authorization rules, as originally intended. (#1103)The text was updated successfully, but these errors were encountered: