diff options
author | Erik Johnston <erik@matrix.org> | 2014-10-01 17:55:31 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2014-10-01 17:55:31 +0100 |
commit | a6d3be4dbf4504a1ec07ffa9c10febbcdc63590d (patch) | |
tree | 0e84cf978e90ab68e00634cb10f895c12665d027 /docs | |
parent | Nuke the entire 'Typing Notifications' spec section given as they don't exist... (diff) | |
download | synapse-a6d3be4dbf4504a1ec07ffa9c10febbcdc63590d.tar.xz |
s/m.room.redacted/m.room.redaction/
Diffstat (limited to 'docs')
-rw-r--r-- | docs/specification.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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. |