From a6d3be4dbf4504a1ec07ffa9c10febbcdc63590d Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Wed, 1 Oct 2014 17:55:31 +0100 Subject: [PATCH] s/m.room.redacted/m.room.redaction/ --- docs/specification.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/specification.rst b/docs/specification.rst index f35ddec881..6fe72da224 100644 --- a/docs/specification.rst +++ b/docs/specification.rst @@ -1143,7 +1143,7 @@ is the event that caused it to be redacted, which may include a reason. Redacting an event cannot be undone, allowing server owners to delete the offending content from the databases. -Currently, only room admins can redact events by sending a ``m.room.redacted`` +Currently, only room admins can redact events by sending a ``m.room.redaction`` event, but server admins also need to be able to redact events by a similar mechanism.