chore: fix handling of ongoing room kind incorrectly (#136)
This commit is contained in:
@@ -295,8 +295,9 @@ impl Registry {
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Get all public keys from the event
|
// Get all public keys from the event's tags
|
||||||
let public_keys = event.all_pubkeys();
|
let mut public_keys = event.all_pubkeys();
|
||||||
|
public_keys.retain(|pk| pk != &public_key);
|
||||||
|
|
||||||
// Bypass screening flag
|
// Bypass screening flag
|
||||||
let mut bypass = false;
|
let mut bypass = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user