upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/src/nostr/events.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/nostr/events.rs')
-rw-r--r--src/nostr/events.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nostr/events.rs b/src/nostr/events.rs
index b9784f7..a441742 100644
--- a/src/nostr/events.rs
+++ b/src/nostr/events.rs
@@ -424,7 +424,7 @@ pub fn validate_announcement(
424 { 424 {
425 return AnnouncementResult::Reject(format!( 425 return AnnouncementResult::Reject(format!(
426 "Announcement lists service but does not match repository whitelist. \ 426 "Announcement lists service but does not match repository whitelist. \
427 Repository {}/{} not in whitelist", 427 Repository {}/{} not in whitelist",
428 npub, announcement.identifier 428 npub, announcement.identifier
429 )); 429 ));
430 } 430 }