mirror of
https://github.com/girlbossceo/conduwuit.git
synced 2024-11-28 05:45:48 +00:00
polylogarithmic debodge
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
e493b3a60d
commit
ad4e214d28
|
@ -538,9 +538,7 @@ 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);
|
||||
}
|
||||
extremities.remove(prev_event);
|
||||
}
|
||||
|
||||
// Only keep those extremities were not referenced yet
|
||||
|
|
Loading…
Reference in a new issue