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,9 +538,7 @@ impl Service {
|
||||||
// Remove any forward extremities that are referenced by this incoming event's
|
// Remove any forward extremities that are referenced by this incoming event's
|
||||||
// prev_events
|
// prev_events
|
||||||
for prev_event in &incoming_pdu.prev_events {
|
for prev_event in &incoming_pdu.prev_events {
|
||||||
if extremities.contains(prev_event) {
|
extremities.remove(prev_event);
|
||||||
extremities.remove(prev_event);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Only keep those extremities were not referenced yet
|
// Only keep those extremities were not referenced yet
|
||||||
|
|
Loading…
Add table
Reference in a new issue