chore: Send the repo announce to the author relays list

Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
Awiteb
2025-05-06 11:20:41 +00:00
parent b444aeba0a
commit 6fc59bfe59
3 changed files with 59 additions and 30 deletions

View File

@@ -34,6 +34,8 @@ pub enum N34Error {
InvalidRepoId,
#[error("Bech32 error: {0}")]
Bech32(#[from] nostr::nips::nip19::Error),
#[error("Event error: {0}")]
Event(#[from] nostr::event::Error),
}
impl N34Error {