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
|
||||
.get_or_create_shorteventid(auth_event)?;
|
||||
|
||||
if !found.contains(&sauthevent) {
|
||||
found.insert(sauthevent);
|
||||
if found.insert(sauthevent) {
|
||||
todo.push(auth_event.clone());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue