src: matrix: Whitespace
This commit is contained in:
@@ -87,10 +87,12 @@ async fn send_to_room(
|
||||
Ok(_) => {
|
||||
info!("Posting to room {}", room.room_id());
|
||||
room.send(RoomMessageEventContent::text_html(msg.clone(), msg)).await?;
|
||||
|
||||
return Ok(());
|
||||
},
|
||||
Err(e) => {
|
||||
error!("Failed to join room {e:?}");
|
||||
|
||||
return Err(e.into());
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user