From 4dbc738181ee29f2e4a94e655b6a73d2b21f11dd Mon Sep 17 00:00:00 2001 From: Mike Dilger Date: Tue, 20 Feb 2024 10:42:04 +1300 Subject: [PATCH] Reply to submission of deleted message is now 'blocked:' --- src/nostr.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nostr.rs b/src/nostr.rs index 6c4029b..72fa5ce 100644 --- a/src/nostr.rs +++ b/src/nostr.rs @@ -175,7 +175,7 @@ impl WebSocketService { ChorusError::Deleted => NostrReply::Ok( id, true, - NostrReplyPrefix::None, + NostrReplyPrefix::Blocked, "That event is deleted".to_string(), ), ChorusError::EventIsInvalid(ref why) => {