mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-04 13:54:56 -04:00
Rename 'pruned' to 'pruned_because'
This commit is contained in:
parent
bc250a6afa
commit
efea61dc50
3 changed files with 3 additions and 3 deletions
|
@ -398,7 +398,7 @@ class SQLBaseStore(object):
|
|||
|
||||
if del_evs:
|
||||
prune_event(ev)
|
||||
ev.pruned = del_evs[0]
|
||||
ev.pruned_because = del_evs[0]
|
||||
|
||||
return events
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue