X Tutup
Skip to content

ios: replace LPMetadataProvider with direct HTTP fetch for link previews#6627

Open
marcograss wants to merge 1 commit intosimplex-chat:stablefrom
marcograss:ios-fix-link-previews
Open

ios: replace LPMetadataProvider with direct HTTP fetch for link previews#6627
marcograss wants to merge 1 commit intosimplex-chat:stablefrom
marcograss:ios-fix-link-previews

Conversation

@marcograss
Copy link

LPMetadataProvider silently fails on many URLs, making link previews unreliable on iOS. Replace with direct HTTP fetch and HTML parsing (regex-based extraction of og:tags, title, and favicon), mirroring the approach used on Android with JSoup.

LPMetadataProvider silently fails on many URLs, making link previews
unreliable on iOS. Replace with direct HTTP fetch and HTML parsing
(regex-based extraction of og:tags, title, and favicon), mirroring the
approach used on Android with JSoup.
@github-actions
Copy link

github-actions bot commented Feb 11, 2026

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

@marcograss
Copy link
Author

I have read the CLA Document and I hereby sign the CLA

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

X Tutup