mattermost-mobile/app/components/post_list
Nick Misasi 46d46790b5
Fix Android image loads by attaching auth headers (#9554)
* Fix images not loading on android"

* Update app/components/expo_image/index.tsx

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* 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

Co-authored-by: Claude <noreply@anthropic.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Your Name <larkox@gmail.com>
Co-authored-by: Mattermost Build <build@mattermost.com>
Co-authored-by: Claude <noreply@anthropic.com>
2026-02-26 21:36:03 -05:00
..
combined_user_activity Improve markdown code (#9164) 2025-11-04 10:05:56 +01:00
date_separator Update dependencies and upgrade to RN 0.76.5 (#8421) 2025-01-16 07:11:32 -07:00
more_messages Enable exhaustive deps in the repo (#9508) 2026-02-18 11:56:16 +01:00
new_message_line Upgrade Dependencies (#7299) 2023-04-21 12:16:54 -04:00
post Fix Android image loads by attaching auth headers (#9554) 2026-02-26 21:36:03 -05:00
thread_overview Remove tand prevent double tap (#9078) 2025-08-25 12:03:01 +02:00
config.ts Remove unused INDICATOR_BAR_HEIGHT (#6519) 2022-07-29 08:14:46 -04:00
index.ts Add autotranslations (#9324) 2026-02-10 17:50:39 +01:00
post_list.test.tsx Add autotranslations (#9324) 2026-02-10 17:50:39 +01:00
post_list.tsx Enable exhaustive deps in the repo (#9508) 2026-02-18 11:56:16 +01:00
refresh_control.tsx Upgrade Dependencies (#7299) 2023-04-21 12:16:54 -04:00
scroll_to_end_view.tsx New keyboard library Setup (#9278) 2026-01-13 22:38:35 +05:30