-
Notifications
You must be signed in to change notification settings - Fork 500
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
Direct Message: manage encrypted DM in case of invite by email #7396
Conversation
- Don’t allow to invite more than one contact by email - The DM will be created by enabling the encryption when the HS promotes the encryption - The chat composer is disabled until a matrix account is created by using the invited email
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## develop #7396 +/- ##
===========================================
- Coverage 12.15% 12.14% -0.02%
===========================================
Files 1643 1644 +1
Lines 162265 162550 +285
Branches 66630 66766 +136
===========================================
+ Hits 19729 19741 +12
- Misses 141890 142164 +274
+ Partials 646 645 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
@nimau I'm currently testing your PR, I observed a pb:
|
@giom I have updated this PR to reflect your comments. |
Kudos, SonarCloud Quality Gate passed! |
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.
SGTM , all tests were ok -> approved
Please wait before merging, we want to merge it cross-platform
This PR fixes #6612
Here is a summary of the changes:
This PR is related to matrix-ios-sdk PR #1727