mirror of
https://github.com/aljazceru/blastr.git
synced 2025-12-17 05:54:26 +01:00
Update src/lib.rs
This commit is contained in:
@@ -357,7 +357,7 @@ pub async fn main(req: Request, env: Env, _ctx: Context) -> Result<Response> {
|
|||||||
.expect("failed to send response");
|
.expect("failed to send response");
|
||||||
}
|
}
|
||||||
|
|
||||||
console_log!("ignoring nostr subscription request");
|
console_log!("end of subscription request");
|
||||||
let relay_msg = RelayMessage::new_eose(subscription_id);
|
let relay_msg = RelayMessage::new_eose(subscription_id);
|
||||||
server
|
server
|
||||||
.send_with_str(&relay_msg.as_json())
|
.send_with_str(&relay_msg.as_json())
|
||||||
|
|||||||
Reference in New Issue
Block a user