Fix bug where we didn't correctly serialize the redacted_because key over federation

This commit is contained in:
Erik Johnston 2015-08-21 09:36:07 +01:00
parent 3e9ee62db0
commit 1f7642efa9
2 changed files with 6 additions and 1 deletions

View file

@ -811,6 +811,8 @@ class EventsStore(SQLBaseStore):
)
if because:
# It's fine to do add the event directly, since get_pdu_json
# will serialise this field correctly
ev.unsigned["redacted_because"] = because
if get_prev_content and "replaces_state" in ev.unsigned: