diff --git a/src/nostr.rs b/src/nostr.rs index b3a506d..f834404 100644 --- a/src/nostr.rs +++ b/src/nostr.rs @@ -216,7 +216,7 @@ impl WebSocketService { } ChorusError::Deleted => NostrReply::Ok( id, - true, + false, NostrReplyPrefix::Blocked, "That event is deleted".to_string(), ),