diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2026-02-23 15:20:59 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2026-02-23 15:20:59 +0000 |
| commit | 113928aa84894ea8f65c247d9987527e792b32a9 (patch) | |
| tree | ec967d6195d9f7ec4f061449596611afe3a0950f /src/nostr/events.rs | |
| parent | 26f608e5011b9d1ad6036da75b89272835e69695 (diff) | |
| parent | e0ad39a489b3398f8208713bf728db0cb11475b0 (diff) | |
Merge master into 3ca0-announcements-purgatory
Diffstat (limited to 'src/nostr/events.rs')
| -rw-r--r-- | src/nostr/events.rs | 2 |
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 | } |