mirror of
https://github.com/aljazceru/notedeck.git
synced 2025-12-19 01:24:21 +01:00
enostr: remove raw event type
we rely on the event type for multicast logic, so remove raw since its not really needed anymore Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
@@ -38,10 +38,6 @@ impl ClientMessage {
|
||||
Ok(ClientMessage::Event(EventClientMessage { note_json }))
|
||||
}
|
||||
|
||||
pub fn raw(raw: String) -> Self {
|
||||
ClientMessage::Raw(raw)
|
||||
}
|
||||
|
||||
pub fn req(sub_id: String, filters: Vec<Filter>) -> Self {
|
||||
ClientMessage::Req { sub_id, filters }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user