-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Added creating uri in on file picked #22903
Added creating uri in on file picked #22903
Conversation
@Santhosh-Sellavel Please copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
cc @Santhosh-Sellavel taking over since it's a regression. |
Reviewer Checklist
Screenshots/VideosMobile Web - SafariSafari.mp4DesktopDesktop.mp4iOSIOS.mp4 |
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.
Looks good to me.
🎀 👀 🎀 C+ reviewed
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
…ssion Added creating uri in on file picked (cherry picked from commit 2c36599)
This comment was marked as outdated.
This comment was marked as outdated.
🚀 Deployed to staging by https://github.com/Li357 in version: 1.3.41-2 🚀
|
@alitoshmatov @Santhosh-Sellavel the fix is not working for me on 1.3.41-2, can you take a look please? It's also preventing from pasting attachments into chats. |
Yeah it seems to be a CSP error due to a recent change in our backend, we're looking into this now. Thanks! |
The CSP is fixed in our backend, it was due to an unrelated change earlier today that broke image attachments in general. I tested this fix again now and it works! |
🚀 Deployed to production by https://github.com/Julesssss in version: 1.3.41-3 🚀
|
🚀 Deployed to production by https://github.com/Julesssss in version: 1.3.41-3 🚀
|
Details
This regression from #22672
Fixed Issues
$ #22897
PROPOSAL:
Tests
Offline tests
Same as tests
QA Steps
Sames as tests
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodWaiting for Copy
label for a copy review on the original GH to get the correct copy.STYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)/** comment above it */
this
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
Web
Screen.Recording.2023-07-14.at.9.52.13.PM.mov
Mobile Web - Chrome
Screenrecorder-2023-07-14-21-55-46-571.mp4
Mobile Web - Safari
Simulator.Screen.Recording.-.iPhone.14.-.2023-07-14.at.22.07.55.mp4
Desktop
Screen.Recording.2023-07-14.at.9.53.32.PM.mov
iOS
Simulator.Screen.Recording.-.iPhone.14.-.2023-07-14.at.22.05.40.mp4
Android
Screenrecorder-2023-07-14-22-01-33-581.mp4