Merge a bunch of fixes by kernel

kernelkind (3):
      fix: can upload photo from reply or quote
      fix: image shimmer bug
      feat: transitively trust images from parent note
This commit is contained in:
William Casarin
2025-09-10 12:06:01 -07:00
4 changed files with 65 additions and 31 deletions

View File

@@ -89,7 +89,7 @@ impl TexturesCache {
entry.replace_entry_with(|_, v| {
let TextureStateInternal::Loading(textured) = v else {
return None;
return Some(v);
};
Some(TextureStateInternal::Loaded(textured))