mirror of
https://github.com/mikedilger/chorus.git
synced 2026-05-03 06:51:42 +00:00
Reply to submission of deleted message is now 'blocked:'
This commit is contained in:
parent
e24ec3aa41
commit
4dbc738181
@ -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) => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user