Support MSC4194 (Batch redaction of events by sender within a room) #872
Labels
No labels
Bug
Cherry-picking
Database
Dependencies
Difficulty
Easy
Difficulty
Hard
Difficulty
Medium
Documentation
Enhancement
Good first issue
Help wanted
Inherited
Matrix/Administration
Matrix/Appservices
Matrix/Auth
Matrix/Client
Matrix/Core
Matrix/Federation
Matrix/MSC
Matrix/Media
Meta
Meta/Packaging
Priority
Blocking
Priority
High
Priority
Low
Security
Status
Confirmed
Status
Duplicate
Status
Invalid
Status
Needs Investigation
Wont fix
old/ci/cd
old/rust
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: continuwuation/continuwuity#872
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
https://github.com/matrix-org/matrix-spec-proposals/pull/4194
Supporting this would allow Meowlnir to redact users more efficiently and will pave the way for other T&S tooling. Looks like it might also make us the first server implementation of that MSC, which could help push it into spec.
Game plan:
It's been noted that the likelyhood of supporting ordered redactions is improbable due to the additional complexity and expense (more database lookups required), but I doubt that's a requirement to comply with the MSC.
I have opened several requests for clarification on the MSC, preferrably those would be answered prior to implementation work starting.
Support MSC4194to Support MSC4194 (Batch redaction of events by sender within a room)Should be noted in the relevant changelog that implementing this, while it won't break it, will disrupt cross-compatibility with conduwuit and other forks, unless they also pull in our changes or make similar compatible ones.