-
Notifications
You must be signed in to change notification settings - Fork 386
fix(encryption): file upload encryptScr issue #4246
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
Conversation
📝 WalkthroughWalkthroughThe changes update the encryption plugin to use optional chaining for safer property access in the handling of options within the codebase. Specifically, checks for Possibly related PRs
Tip ⚡️ Faster reviews with caching
Enjoy the performance boost—your workflow just got faster. 📜 Recent review detailsConfiguration used: .coderabbit.yaml 📒 Files selected for processing (2)
⏰ Context from checks skipped due to timeout of 90000ms (2)
🔇 Additional comments (6)
✨ Finishing Touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
|
This pull request is automatically being deployed by Amplify Hosting (learn more). |
mkesavan13
left a comment
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.
One comment & Can we add a Vidcast by locally linking to the WWC?
sreenara
left a comment
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.
@bhabalan can you please add the list of tests done on the web client?
What about within the meeting window?
@sreenara Tested upload a file and Download the same file on web client in space and in meeting. Vidcast attached above. We have actually reverted the encryptScr method change introduced in #4099 . So the changes should work as before. |
COMPLETES #ADHOC
This pull request addresses
Downloading a file uploaded from web client is failing
by making the following changes
Revert the changes made to the encryptScr() method in #4099
Change Type
The following scenarios were tested
Linked web client locally and tested upload a file and Download the same file on web client in space and in meeting. We have actually reverted the encryptScr method change introduced in #4099 .
Vidcast: https://app.vidcast.io/share/e5600424-e5fc-4c03-9779-5b46d038b7e3
I certified that
I have read and followed contributing guidelines
I discussed changes with code owners prior to submitting this pull request
I have not skipped any automated checks
All existing and new tests passed
I have updated the documentation accordingly
Make sure to have followed the contributing guidelines before submitting.