PartialEq missing bug fix
This commit is contained in:
@@ -3,7 +3,7 @@ use nostr_sdk::prelude::*;
|
||||
|
||||
/// A simplified structure for a Text Post (Kind 1)
|
||||
/// Contains the ID, Author, content, and timestamp.
|
||||
#[derive(Debug, Clone)]
|
||||
#[derive(Debug, Clone, PartialEq)]
|
||||
pub struct Post {
|
||||
pub id: EventId,
|
||||
pub author: PublicKey,
|
||||
|
||||
Reference in New Issue
Block a user