Fix name of prev_content to preserve on redactions

The field is called prev_content, not prev_state.
pull/977/head
Richard van der Hoff 8 years ago
parent ac006f8e1e
commit 1c6eed5c35

@ -878,7 +878,7 @@ the following list:
- ``room_id``
- ``user_id``
- ``state_key``
- ``prev_state``
- ``prev_content``
- ``content``
The content object should also be stripped of all keys, unless it is one of

Loading…
Cancel
Save