We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When uploading an MP4 file to a channel, the file name displayed on the progress bar for the upload process shows the file extension as .jpg.
.jpg
Upload an MP4 file.
The file name should be displayed with the .mp4 extension.
The file name is displayed with the .jpg extension.
When setting the name of the file to be uploaded, there is a part where it is hardcoded as .jpg. https://github.com/RocketChat/Rocket.Chat.ReactNative/blob/develop/app/views/ShareView/index.tsx
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Description:
When uploading an MP4 file to a channel, the file name displayed on the progress bar for the upload process shows the file extension as
.jpg
.Environment Information:
Steps to reproduce:
Upload an MP4 file.
screen-20250122-132416.2.mp4
Expected behavior:
The file name should be displayed with the .mp4 extension.
Actual behavior:
The file name is displayed with the .jpg extension.
Additional context:
When setting the name of the file to be uploaded, there is a part where it is hardcoded as
.jpg
.https://github.com/RocketChat/Rocket.Chat.ReactNative/blob/develop/app/views/ShareView/index.tsx
The text was updated successfully, but these errors were encountered: