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(
id,
true,
NostrReplyPrefix::None,
NostrReplyPrefix::Blocked,
"That event is deleted".to_string(),
),
ChorusError::EventIsInvalid(ref why) => {