mirror of
https://github.com/mikedilger/chorus.git
synced 2026-03-04 06:36:27 +00:00
cargo clippy
This commit is contained in:
parent
c86ab862ef
commit
014a0ff7fe
@ -468,7 +468,7 @@ impl WebSocketService {
|
||||
if filter.as_filter()?.event_matches(&event)?
|
||||
&& nostr::screen_outgoing_event(&event, &event_flags, authorized_user)
|
||||
{
|
||||
let message = NostrReply::Event(subid, event.clone());
|
||||
let message = NostrReply::Event(subid, event);
|
||||
self.websocket
|
||||
.send(Message::text(message.as_json()))
|
||||
.await?;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user