good first issuehelp wantedspec-compliance
Métriques du dépôt
- Stars
- (5 632 étoiles)
- Métriques de merge PR
- (Métriques PR en attente)
Description
Client-Server API
Backwards Compatible Changes
- Require callers to be joined to the room to report its events, as per MSC2249.
- No
/reportendpoint at all (see https://github.com/matrix-org/dendrite/issues/3216)
- No
Spec Clarifications
- Allow
nullinroom_typesinPOST /publicRoomsendpoints schemas. (#1564)- No filtering atm (see https://github.com/matrix-org/dendrite/issues/3222)
Server-Server API
Deprecations
- Deprecate
matrixSRV lookup steps during server discovery, as per MSC4040.
Backwards Compatible Changes
- Add
matrix-fedSRV lookup steps to server discovery, as per MSC4040.
Spec Clarifications
- Document why
/state_idscan respond with a 404. (#1521)- We already 404 if we can't find the event
Room Versions
Backwards Compatible Changes
- Add room version 11 as per MSC3820.
- Move
redactsfrom top level tocontentonm.room.redactionevents in room version 11, as per MSC2174. - Remove
creatorfromm.room.creatorevents in room version 11, as per MSC2175. - Remove remaining usage of
originfrom events in room version 11, as per MSC3989. - Update the redaction rules in room version 11, as per MSC2176 and MSC3821.
- Move
Appendices
Backwards Compatible Changes
- Allow
+in Matrix IDs, as per MSC4009.