mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 04:04:54 -04:00
Finish redaction algorithm.
This commit is contained in:
parent
07286a73b1
commit
1c06806f90
5 changed files with 33 additions and 25 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue