feat: New flag to patch apply and merge to mention patches

Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
Awiteb
2025-08-03 00:17:20 +00:00
parent bc8c6f3154
commit 67e25da8c0
11 changed files with 88 additions and 20 deletions

View File

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