From 0bf304e81799400a194473a7bd4e3496497b9e24 Mon Sep 17 00:00:00 2001 From: Johannes Marbach Date: Wed, 15 Jan 2025 09:43:34 +0100 Subject: [PATCH] Clarify that applying redactions is a SHOULD for clients Signed-off-by: Johannes Marbach --- content/client-server-api/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}}