mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 13:14:53 -04:00
Include hashes of previous pdus when referencing them
This commit is contained in:
parent
66104da10c
commit
bb04447c44
11 changed files with 95 additions and 31 deletions
|
@ -72,10 +72,6 @@ class StateHandler(object):
|
|||
|
||||
snapshot.fill_out_prev_events(event)
|
||||
|
||||
event.prev_events = [
|
||||
e for e in event.prev_events if e != event.event_id
|
||||
]
|
||||
|
||||
current_state = snapshot.prev_state_pdu
|
||||
|
||||
if current_state:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue