Skip to content

Commit

Permalink
feat: address pr comments
Browse files Browse the repository at this point in the history
  • Loading branch information
yamilmedina committed Dec 5, 2023
1 parent 00a1425 commit 5c45a19
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,8 @@ internal class ConversationGroupRepositoryImpl(
is ConversationEntity.ProtocolInfo.Mixed ->
tryAddMembersToCloudAndStorage(userIdList, conversationId)
.flatMap {
tryAddMembersToMLSGroup(conversationId, protocol.groupId, userIdList)
// best effort approach for migrated conversations, no retries
mlsConversationRepository.addMemberToMLSGroup(GroupID(protocol.groupId), userIdList)
}

is ConversationEntity.ProtocolInfo.MLS -> {
Expand Down

0 comments on commit 5c45a19

Please sign in to comment.