feat: New flag to patch apply and merge to mention patches
Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
@@ -62,6 +62,7 @@ pub struct ContentDetails {
|
||||
}
|
||||
|
||||
/// A client for interacting with the Nostr relays
|
||||
#[derive(Clone)]
|
||||
pub struct NostrClient {
|
||||
/// The underlying Nostr client implementation
|
||||
pub client: Client,
|
||||
@@ -323,7 +324,6 @@ impl NostrClient {
|
||||
return Ok(PatchStatus::Closed);
|
||||
}
|
||||
|
||||
|
||||
Ok(root_status)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user