feat: verify dm relays when open chat panel
This commit is contained in:
@@ -19,6 +19,8 @@ impl AsRef<Metadata> for NostrProfile {
|
||||
}
|
||||
}
|
||||
|
||||
impl Eq for NostrProfile {}
|
||||
|
||||
impl PartialEq for NostrProfile {
|
||||
fn eq(&self, other: &Self) -> bool {
|
||||
self.public_key() == other.public_key()
|
||||
|
||||
Reference in New Issue
Block a user