Reply to submission of deleted message is now 'blocked:'

This commit is contained in:
Mike Dilger 2024-02-20 10:42:04 +13:00
parent e24ec3aa41
commit 4dbc738181

View File

@ -175,7 +175,7 @@ impl WebSocketService {
ChorusError::Deleted => NostrReply::Ok( ChorusError::Deleted => NostrReply::Ok(
id, id,
true, true,
NostrReplyPrefix::None, NostrReplyPrefix::Blocked,
"That event is deleted".to_string(), "That event is deleted".to_string(),
), ),
ChorusError::EventIsInvalid(ref why) => { ChorusError::EventIsInvalid(ref why) => {