1
0
mirror of git://jb55.com/damus synced 2024-10-06 11:43:21 +00:00

Attempt fix for randomly broken animated GIFs

Changelog-Fixed: Attempt fix for randomly broken animated gifs
This commit is contained in:
William Casarin 2023-05-29 10:17:16 -07:00
parent 05503024cc
commit 6804fbb607

View File

@ -387,9 +387,12 @@ func preload_event(plan: PreloadPlan, state: DamusState) async {
plan.data.artifacts_model.state = .loaded(arts)
}
// jb55: image preloading might be breaking gifs? some kind of disk race condition perhaps?
/*
for url in arts.images {
preload_image(url: url)
}
*/
}
if plan.load_preview {