This repository was archived by the owner on Nov 25, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 667
This repository was archived by the owner on Nov 25, 2024. It is now read-only.
Declare support for Matrix 1.7 #3225
Copy link
Copy link
Open
Labels
good first issueWant to help with Dendrite? These are the issues to start with!Want to help with Dendrite? These are the issues to start with!help wantedMore difficult than good-first-issue but not impossible!More difficult than good-first-issue but not impossible!spec-complianceFix something that doesn't comply with the specsFix something that doesn't comply with the specs
Description
Client-Server API
Backwards Compatible Changes
- Changes to the server-side aggregation of
m.replace(edit) events, as per MSC3925.- No event aggregation at all atm
- Add new push rule conditions
event_property_isandevent_property_contains, as per MSC3758 and MSC3966. - Add
m.annotationrelations (reactions), as per MSC2677.- (No aggregation?)
- Support asynchronous media uploads, as per MSC2246.
- Document the
m.mentionsproperty; the.m.rule.is_user_mentionand.m.rule.is_room_mentionpush rules; and other notification behaviour, as per MSC3952. - Update the scope of transaction IDs, as per MSC3970.
- Add an ability to redirect media downloads, as per MSC3860.
- Add an ability to use an existing session to log in another, as per MSC3882.
Spec Clarifications
- Clarify the sections of the specification concerning aggregation of child events. (#1424)
- No event aggregation at all atm
- Clarify that servers should enforce a default
limiton a filter if one is not specified. (#1463)- While I think we do, we should probably verify this
- Disambiguate using property names with dots in them during push rule processing, as per MSC3873 and MSC3980.
- Remove outdated text saying that
state_defaultis 0 if there is nom.room.power_levelsevent in a room. (#1479)- Worth validating
- Remove fictitious
tokenparameter on/keys/queryendpoint. (#1485) - Remove the
dont_notifyandcoalescepush rule actions, as per MSC3987.
Application Service API
Backwards Compatible Changes
- Add homeserver->appservice ping mechanism, as per MSC2659.
Identity Service API
Spec Clarifications
- Corrections to the response format of
/_matrix/identity/v2/store-invite. (#1486)
Metadata
Metadata
Assignees
Labels
good first issueWant to help with Dendrite? These are the issues to start with!Want to help with Dendrite? These are the issues to start with!help wantedMore difficult than good-first-issue but not impossible!More difficult than good-first-issue but not impossible!spec-complianceFix something that doesn't comply with the specsFix something that doesn't comply with the specs