You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Heads-up on where this stands after ~4 months of master moving:
Most of the surfaces this targets now strip metadata on master already, as a side effect of the compress/re-encode pipeline that was added since:
Message image attachments — re-encoded via ImageManipulator (JPEG) when over the size threshold; pickers also pass exif: false.
Profile avatars — compressAvatarImage re-encodes to JPEG.
Space icons (SpaceSettingsModal) and skins (SkinEditor) — same re-encode.
The one real remaining gap was the Farcaster Cloudflare upload (uploadImageToCloudflare / uploadImageForCast), which posted the raw URI un-stripped. I've picked that up in #129 (small targeted fix + exif: false on the onboarding picker, no new deps).
Two notes for if you revisit this branch: it forces SaveFormat.JPEG on emojis/stickers, which would flatten PNG transparency — emoji/sticker re-encodes should stay PNG. And it has committed modules/quorum-crypto/android/build/** and .idea/** artifacts that inflate the diff. Given master has diverged on imageAttachment.ts and ProfileModal.tsx, this likely won't rebase cleanly. Probably cleanest to close this in favour of #129 plus any small follow-up, but leaving it to you since it's your draft.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
For privacy reasons, any images, emojis, or icons uploaded should be stripped of their metadata.