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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue