Clarify how redactions affect room state
Fixes https://github.com/matrix-org/matrix-doc/issues/1726
This commit is contained in:
parent
9e31aed6c7
commit
23ab1c527a
2 changed files with 10 additions and 0 deletions
|
@ -0,0 +1 @@
|
||||||
|
Clarify how redactions affect room state.
|
|
@ -1531,6 +1531,15 @@ property of the redacted event, under the ``redacted_because`` key. When a
|
||||||
client receives a redaction event it should change the redacted event in the
|
client receives a redaction event it should change the redacted event in the
|
||||||
same way a server does.
|
same way a server does.
|
||||||
|
|
||||||
|
.. NOTE::
|
||||||
|
|
||||||
|
Redacted events can still affect the state of the room. For example, a
|
||||||
|
redacted ``join`` event will still result in the user being considered
|
||||||
|
joined. Similarly, a redacted topic does not necessarily cause the topic
|
||||||
|
to revert to what is was prior to the event - it causes the topic to be
|
||||||
|
removed from the room.
|
||||||
|
|
||||||
|
|
||||||
Events
|
Events
|
||||||
++++++
|
++++++
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue