mirror of
https://github.com/mikedilger/chorus.git
synced 2026-05-03 06:51:42 +00:00
Deleted should return OK false (not OK true)
This commit is contained in:
parent
25058ef415
commit
0d2d562bb0
@ -216,7 +216,7 @@ impl WebSocketService {
|
|||||||
}
|
}
|
||||||
ChorusError::Deleted => NostrReply::Ok(
|
ChorusError::Deleted => NostrReply::Ok(
|
||||||
id,
|
id,
|
||||||
true,
|
false,
|
||||||
NostrReplyPrefix::Blocked,
|
NostrReplyPrefix::Blocked,
|
||||||
"That event is deleted".to_string(),
|
"That event is deleted".to_string(),
|
||||||
),
|
),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user