You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
log!("BUG: room info not found for send message request {room_id}");
1374
-
return;
1375
-
};
1376
-
room_info.timeline.clone()
1377
-
};
1378
-
let source = MediaSource::Plain(OwnedMxcUri::from(url));
1379
-
let _ =timeline.send_reply(RoomMessageEventContent::new(MessageType::File(FileMessageEventContent::new(filename, source))).into(), in_reply_to.event_id).await;
1380
-
}
1381
-
}
1363
+
// Extract URL from the uploaded event
1364
+
let url = room.event(&result.event_id,None).await.ok()
0 commit comments