From ad17652fce2ed84234e23c63e1df941e0762d38a Mon Sep 17 00:00:00 2001 From: Johannes Marbach Date: Wed, 15 Jan 2025 11:07:37 +0100 Subject: [PATCH] Clarify that applying redactions is a SHOULD for clients (#2055) --- changelogs/client_server/newsfragments/2055.clarification | 1 + content/client-server-api/_index.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changelogs/client_server/newsfragments/2055.clarification diff --git a/changelogs/client_server/newsfragments/2055.clarification b/changelogs/client_server/newsfragments/2055.clarification new file mode 100644 index 00000000..f8d79ec9 --- /dev/null +++ b/changelogs/client_server/newsfragments/2055.clarification @@ -0,0 +1 @@ +Applying redactions is a SHOULD for clients. diff --git a/content/client-server-api/_index.md b/content/client-server-api/_index.md index 167e8ec7..94dfe35f 100644 --- a/content/client-server-api/_index.md +++ b/content/client-server-api/_index.md @@ -2280,7 +2280,7 @@ version specification](/rooms), as are the criteria homeservers should use when deciding whether to accept a redaction event from a remote homeserver. -When a client receives an `m.room.redaction` event, it should change +When a client receives an `m.room.redaction` event, it SHOULD change the affected event in the same way a server does. {{% boxes/note %}}