mattermost-mobile/app
Mattermost Build 98e9f91a3f
Fix Android image loads by attaching auth headers (#9554) (#9559)
* Fix images not loading on android"

* Update app/components/expo_image/index.tsx



* Update snapshots and remove accept

* Fix 16KB page size patch failing due to stale diff context (#9555)

The expo_image/index.tsx hunks in 9325-full.diff were generated before
the NetworkManager/header-handling code was added to ExpoImage. The stale
context lines caused patch's fuzzy matching to apply ExpoImage hunks to
ExpoImageBackground instead, then ExpoImageBackground hunks failed
because those sections were already modified.

Regenerated the expo_image diff hunks to match the current file state
with proper context lines for both ExpoImage (with header handling) and
ExpoImageBackground components.

https://claude.ai/code/session_01SGXWQzxrcPpWsq2YrjoUwd



---------





(cherry picked from commit 46d46790b5)

Co-authored-by: Nick Misasi <nick.misasi@mattermost.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Your Name <larkox@gmail.com>
Co-authored-by: Claude <noreply@anthropic.com>
2026-02-27 05:01:14 +02:00
..
actions [MM-67563] Change websocket format for translation update events (#9515) (#9531) 2026-02-18 18:08:27 +02:00
client Add autotranslations (#9324) (#9500) 2026-02-11 08:09:39 +02:00
components Fix Android image loads by attaching auth headers (#9554) (#9559) 2026-02-27 05:01:14 +02:00
constants [MM-67253] Add support for DMs and GMs for autotranslations (#9505) (#9551) 2026-02-25 21:35:44 +02:00
context Fix Emoji insert at end of post instead of caret position (#9473) 2026-02-02 19:32:11 +05:30
database [MM-67507] Fix threads not being refetch when switching translations (#9512) (#9527) 2026-02-18 08:57:06 +02:00
helpers Remove tand prevent double tap (#9078) 2025-08-25 12:03:01 +02:00
hooks Bor create post (#9393) 2026-02-09 17:00:54 +05:30
i18n Add autotranslations (#9324) (#9500) 2026-02-11 08:09:39 +02:00
init fix: prevent removal of pre-auth secret on logout (#9411) 2026-01-27 15:52:37 +01:00
managers [MM-67507] Fix threads not being refetch when switching translations (#9512) (#9527) 2026-02-18 08:57:06 +02:00
products [MM-66995] Add editing summary for a checklist (#9414) 2026-02-05 17:55:53 +01:00
queries [MM-67253] Add support for DMs and GMs for autotranslations (#9505) (#9551) 2026-02-25 21:35:44 +02:00
screens [MM-67253] Add support for DMs and GMs for autotranslations (#9505) (#9551) 2026-02-25 21:35:44 +02:00
store Add autotranslations (#9324) (#9500) 2026-02-11 08:09:39 +02:00
utils Add autotranslations (#9324) (#9500) 2026-02-11 08:09:39 +02:00