Update to ratatui-image@8.0.1 (#434)

This commit is contained in:
Ulyssa 2025-05-30 08:39:13 -07:00 committed by GitHub
parent 952374aab0
commit 98aa2f871d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 deletions

View file

@ -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(),