mirror of
https://github.com/youwen5/iamb.git
synced 2025-06-19 21:29:52 -07:00
Update to ratatui-image@8.0.1
(#434)
This commit is contained in:
parent
952374aab0
commit
98aa2f871d
3 changed files with 5 additions and 5 deletions
|
@ -350,7 +350,7 @@ fn load_insert(
|
|||
info.insert_with_preview(
|
||||
room_id.clone(),
|
||||
store.clone(),
|
||||
*picker,
|
||||
picker.clone(),
|
||||
msg,
|
||||
settings,
|
||||
client.media(),
|
||||
|
@ -1002,7 +1002,7 @@ impl ClientWorker {
|
|||
info.insert_with_preview(
|
||||
room_id.to_owned(),
|
||||
store.clone(),
|
||||
*picker,
|
||||
picker.clone(),
|
||||
full_ev,
|
||||
settings,
|
||||
client.media(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue