Skip to content
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: try establishing mls group for mixed conversation #5578

Merged
merged 6 commits into from
Oct 9, 2023

Conversation

PatrykBuniX
Copy link
Contributor

@PatrykBuniX PatrykBuniX commented Oct 6, 2023

Adds a method for trying to establish a mls group for mixed conversation. This logic did previously live in webapp, but since it's plain core/mls logic, it can be moved to core package's ConversationService.

@PatrykBuniX PatrykBuniX marked this pull request as ready for review October 9, 2023 12:42
* @param selfUserId - id of the self user
* @param qualifiedUsers - list of qualified users to add to the group (should not include the self user)
*/
public async tryEstablishingMLSGroupWithUsers({
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
public async tryEstablishingMLSGroupWithUsers({
public async tryEstablishingMLSGroup({

Let's shorten the naming a little. It's explicit that you can add users since it's in the param payload

@PatrykBuniX PatrykBuniX merged commit 17b879b into main Oct 9, 2023
6 checks passed
@PatrykBuniX PatrykBuniX deleted the feat/try-establishing-mixed-group branch October 9, 2023 13:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants