polylogarithmic debodge
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
e493b3a60d
commit
ad4e214d28
1 changed files with 1 additions and 3 deletions
|
@ -538,10 +538,8 @@ impl Service {
|
|||
// Remove any forward extremities that are referenced by this incoming event's
|
||||
// prev_events
|
||||
for prev_event in &incoming_pdu.prev_events {
|
||||
if extremities.contains(prev_event) {
|
||||
extremities.remove(prev_event);
|
||||
}
|
||||
}
|
||||
|
||||
// Only keep those extremities were not referenced yet
|
||||
extremities.retain(|id| {
|
||||
|
|
Loading…
Add table
Reference in a new issue