-
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
feat: Testservice can create new MLS conversations (WPB-9185) #2993
Conversation
Quality Gate passedIssues Measures |
Bencher
Click to view all benchmark results
Bencher - Continuous Benchmarking View Public Perf Page Docs | Repo | Chat | Help |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #2993 +/- ##
========================================
Coverage 52.60% 52.60%
========================================
Files 1296 1296
Lines 49823 49823
Branches 4648 4648
========================================
Hits 26207 26207
Misses 21739 21739
Partials 1877 1877 see 2 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
PR Submission Checklist for internal contributors
The PR Title
SQPIT-764
The PR Description
What's new in this PR?
This PR adds a new endpoint to create MLS conversations since conversations with MLS need a client that initialize them (in contract to proteus conversations which can be created by the backend).
Example:
PUT /conversation { name: 'My new conversation', users: ['234324-2343243-34324234@domain']}