mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-26 13:04:10 +01:00
Fix name of prev_content to preserve on redactions
The field is called prev_content, not prev_state.
This commit is contained in:
parent
ac006f8e1e
commit
1c6eed5c35
|
|
@ -878,7 +878,7 @@ the following list:
|
||||||
- ``room_id``
|
- ``room_id``
|
||||||
- ``user_id``
|
- ``user_id``
|
||||||
- ``state_key``
|
- ``state_key``
|
||||||
- ``prev_state``
|
- ``prev_content``
|
||||||
- ``content``
|
- ``content``
|
||||||
|
|
||||||
The content object should also be stripped of all keys, unless it is one of
|
The content object should also be stripped of all keys, unless it is one of
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue