Finish redaction algorithm.

This commit is contained in:
Erik Johnston 2014-11-10 10:21:32 +00:00
parent 07286a73b1
commit 1c06806f90
5 changed files with 33 additions and 25 deletions

View file

@ -509,7 +509,7 @@ class SQLBaseStore(object):
)
if del_evs:
prune_event(ev)
ev = prune_event(ev)
ev.redacted_because = del_evs[0]
return events