polylogarithmic debodge

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2024-04-08 07:58:49 -07:00 committed by June
parent 345be5ba5e
commit 458e56818c

View file

@ -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());
}
}