-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Prevent large attachment #4269
Prevent large attachment #4269
Conversation
I agree, I like the current style you have. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Had one minor style change. Otherwise looks good and tests well 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to staging in version: 1.0.81-5🚀
|
Issue found for this PR #4356 |
🚀 Deployed to production in version: 1.0.82-7🚀
|
👋 blast from the past! Heads up as part of the new BugZero checklist. This PR caused a regression whereby the max file size was set to 50 MB, but the server only allows for 25 MB. One to look out for in the future. Thanks! |
Hi team, because we don't have any recording videos so I'm not 100%, but coming from this issue #38478, it might be an issue that we haven't covered yet |
Details
Acceptable API attachment size: Less than 50 MB (52428800 bytes). Source
ConfirmModal
is used to display a message when a larger file is uploaded.The following language is added.
English
Attachment too large
Attachment size is larger than 50 MB limit.
Spanish (Source & verification)
Archivo adjunto demasiado grande
El archivo adjunto supera el límite de 50 MB.
Fixed Issues
$ #3926
Tests / QA
fsutil file createnew test50 52428800
mkfile -n test50 50m
+
in chat, then press Add Attachment.Tested On
Screenshots
Web
English
Spanish
Mobile Web
Desktop
iOS
Android