polylogarithmic debodge
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
345be5ba5e
commit
458e56818c
1 changed files with 1 additions and 2 deletions
|
@ -138,8 +138,7 @@ impl Service {
|
||||||
.short
|
.short
|
||||||
.get_or_create_shorteventid(auth_event)?;
|
.get_or_create_shorteventid(auth_event)?;
|
||||||
|
|
||||||
if !found.contains(&sauthevent) {
|
if found.insert(sauthevent) {
|
||||||
found.insert(sauthevent);
|
|
||||||
todo.push(auth_event.clone());
|
todo.push(auth_event.clone());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue