-
Notifications
You must be signed in to change notification settings - Fork 6
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
fix: Validate other members UserName and DisplayName in E2EI [WPB-10402] 🍒 🍒 #2943
fix: Validate other members UserName and DisplayName in E2EI [WPB-10402] 🍒 🍒 #2943
Conversation
Quality Gate passedIssues Measures |
Bencher
Click to view all benchmark results
Bencher - Continuous Benchmarking View Public Perf Page Docs | Repo | Chat | Help |
Datadog ReportBranch report: ✅ 0 Failed, 3049 Passed, 105 Skipped, 11.9s Total Time |
This PR was automatically cherry-picked based on the following PR:
Original PR description:
This PR was automatically cherry-picked based on the following PR:
Original PR description:
What's new in this PR?
Issues
The checking "if user has valid E2EI" was not full in Participants list and UserProfile.
We should also check if users
displayName
andhandle
are the same as in E2EI certificate.Causes (Optional)
Was not implemented.
Solutions
Implement it and add/update tests for new scenarios.