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) => {