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

No media preview shown in the chat for files sent by ios userapps #169

Open
longpdo opened this issue Jul 11, 2018 · 0 comments
Open

No media preview shown in the chat for files sent by ios userapps #169

longpdo opened this issue Jul 11, 2018 · 0 comments

Comments

@longpdo
Copy link
Member

longpdo commented Jul 11, 2018

Media files sent by ios userapps have uppercase extensions like .JPG or .MOV

The AdminWebApp right now only checks for lowercase extensions to check whether it is an image or a video.
This can be easily fixed by adding the relevant uppercase extensions to the isImage() and isVideo() methods of ChatMessage.js of the AdminWebApp.

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

No branches or pull requests

1 participant