remove the
This commit is contained in:
parent
1f13b0cdfd
commit
6e4d92a030
1 changed files with 0 additions and 1 deletions
|
@ -93,7 +93,6 @@ async fn handle_matrix_msg(ev: SyncRoomMessageEvent, client: Client, room: Room,
|
||||||
None => None,
|
None => None,
|
||||||
Some(u) => mxc_thumbnail(&client, u, 128, 128).await,
|
Some(u) => mxc_thumbnail(&client, u, 128, 128).await,
|
||||||
};
|
};
|
||||||
println!("AVATAR: {:?}", avatar);
|
|
||||||
|
|
||||||
debug!("{}: broadcasting message from {:?} ({}) to {:?}", ctx.id, room.name(), room.room_id(), link);
|
debug!("{}: broadcasting message from {:?} ({}) to {:?}", ctx.id, room.name(), room.room_id(), link);
|
||||||
ctx.tx.send(Message {
|
ctx.tx.send(Message {
|
||||||
|
|
Loading…
Reference in a new issue