mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-25 18:38:37 +01:00
Clarify that redacted state events affect the room with default values
This commit is contained in:
parent
23ab1c527a
commit
d14dc1d8e1
|
|
@ -1533,11 +1533,12 @@ 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.
|
||||
Redacted events can still affect the state of the room. When redacted,
|
||||
state events behave as though their properties were simply not specified
|
||||
unless their properties are 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