Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS app - treat DNG files as attachment instead of images #26965

Open
mattermod opened this issue May 7, 2024 · 2 comments
Open

iOS app - treat DNG files as attachment instead of images #26965

mattermod opened this issue May 7, 2024 · 2 comments
Assignees
Labels
Difficulty/2:Medium Medium ticket Help Wanted Community help wanted Tech/React Native Mobile app

Comments

@mattermod
Copy link
Contributor

With reference to https://github.com/mattermost/mattermost/issues/25652 currently the iOS app considers DNG files (iOS raw image format) as an image. This causes the file to be uploaded as image but since non Apple devices cannot render DNG files by default, it ends up looking like a broken image.

We need to update the logic in mobile app to consider DNG files as attachments instead of image. A nice to have would be to consider anything other than common image formats ('png', 'jpg', 'jpeg', 'bmp', 'tiff', 'svg', 'xcf') as an attachment instead of an image.


If you're interested please comment here and come join our "Contributors" community channel on our daily build server, where you can discuss questions with community members and the Mattermost core team. For technical advice or questions, please join our "Developers" community channel.

New contributors please see our Developer's Guide.

JIRA: https://mattermost.atlassian.net/browse/MM-58145

@mattermod mattermod added Help Wanted Community help wanted Up For Grabs labels May 7, 2024
@apshada
Copy link
Contributor

apshada commented May 8, 2024

@marianunez I would like to work on this issue

@marianunez
Copy link
Member

Thanks @apshada! All yours 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Difficulty/2:Medium Medium ticket Help Wanted Community help wanted Tech/React Native Mobile app
Projects
None yet
Development

No branches or pull requests

3 participants