-
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
Update Permissions logic to fix IOU regression #3481
Conversation
Ready for review @pecanoro. This is a deploy blocker for the N5 builds. |
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.
Not trying to slow things down here, but imo we really shouldn't be using withOnyx
for the betas key – we should just be using Onyx.connect
directly in the permissions library. Using withOnyx
will lead to unnecessary duplicate Onyx subscriptions. NAB but in my opinion something that should be cleaned up in a follow-up
@roryabraham, Actually we moved from that implemented to |
Thanks for the thoughts all, I believe I'm simply applying a fix to a conflict between two PRs by following the pattern introduced here. |
As mentioned here. Tim and Rajat made changes to the same file very close to each other, so neither noticed the conflict which occurred once they were both merged to main. This was pretty unavoidable |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
…sion Update Permissions logic to fix IOU regression (cherry picked from commit 64f1307)
🚀 Cherry-picked to staging in version: 1.0.66-5🚀
|
🚀 Deployed to staging in version: 1.0.66-13🚀
|
🚀 Deployed to production in version: 1.0.68-4🚀
|
1 similar comment
🚀 Deployed to production in version: 1.0.68-4🚀
|
Same situation here #3486 (comment) CC @roryabraham |
CC @tgolen, @parasharrajat -- as your PRs had an unfortunate conflict
Details
Fixed Issues
Fixes #3401 (comment)
Tests
QA Steps
Run above test
Tested On
Screenshots
Web
Mobile Web
Desktop
iOS
Android