mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-24 09:58:38 +01:00
Merge pull request #2032 from matrix-org/travis/1.0/redaction-effects
Clarify how redactions affect room state
This commit is contained in:
commit
a8f61697d1
|
|
@ -0,0 +1 @@
|
|||
Clarify how redactions affect room state.
|
||||
|
|
@ -1534,6 +1534,16 @@ 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
|
||||
same way a server does.
|
||||
|
||||
.. NOTE::
|
||||
|
||||
Redacted events can still affect the state of the room. When redacted,
|
||||
state events behave as though their properties were simply not specified,
|
||||
except those protected by the redaction algorithm. 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
|
||||
++++++
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue