Compare commits

..

1 commit

Author SHA1 Message Date
Jan Christian Grünhage 163a409b8d feat: enable encryption 2020-10-27 12:10:48 +01:00

View file

@ -86,12 +86,13 @@ impl EventEmitter for WakeOnLanBot {
};
if let Ok(command) = Command::from_str(&msg_body) {
let room_id = room.read().await.room_id.clone();
handle_command(
command,
&self.client,
&self.hosts,
event,
&room.read().await.room_id.clone(),
&room_id,
)
.await;
} else {