Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

redactions are not relayed to clients if the original event has been deleted (eg via message retention) #12603

@Fred-Treebal

Description

@Fred-Treebal

On our mobile client, we use the redact WS (https://matrix.org/docs/spec/r0.0.1/client_server.html#put-matrix-client-api-r0-rooms-roomid-redact-eventid-txnid) when a user wants to remove one of his messages. It works fine for recent messages. But, in our matrix configuration, we use a short retention period of messages (7 days). When a user wants to delete a message older than 7 days (visible/cached on client but purged from the homeserver), it seems that the ‘redact’ WS does not trigger anything. No event of type m.room.redaction is sent to the mobile clients through the sync for the deleted event.

Could the deletion/redaction mechanism be made to work regardless of the homeserver retention period ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-Message-Retention-PoliciesIssues related to Synapse's support of MSC1763 (message retention policies)T-OtherQuestions, user support, anything else.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions