Include prev_content in redacted state events

pull/1003/head
Erik Johnston 2016-08-11 10:24:41 +01:00
parent 5202679edc
commit 1d40373c9d
1 changed files with 2 additions and 0 deletions

View File

@ -88,6 +88,8 @@ def prune_event(event):
if "age_ts" in event.unsigned:
allowed_fields["unsigned"]["age_ts"] = event.unsigned["age_ts"]
if "replaces_state" in event.unsigned:
allowed_fields["unsigned"]["replaces_state"] = event.unsigned["replaces_state"]
return type(event)(
allowed_fields,