Skip to content

Commit

Permalink
fix(mls): set correct CipherSuite when establishing new created group…
Browse files Browse the repository at this point in the history
… (WPB-9038) 🍒 (#2750)

* Commit with unresolved merge conflicts

* resolve conflicts

* resolve conflicts

---------

Co-authored-by: Mojtaba Chenani <[email protected]>
Co-authored-by: Yamil Medina <[email protected]>
  • Loading branch information
3 people authored May 24, 2024
1 parent c9ae87a commit 13cc534
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -626,8 +626,9 @@ internal class MLSConversationDataSource(
}
}.flatMap { additionResult ->
wrapStorageRequest {
conversationDAO.updateConversationGroupState(
conversationDAO.updateMlsGroupStateAndCipherSuite(
ConversationEntity.GroupState.ESTABLISHED,
ConversationEntity.CipherSuite.fromTag(mlsClient.getDefaultCipherSuite().toInt()),
idMapper.toGroupIDEntity(groupID)
)
}.map { additionResult }
Expand Down

0 comments on commit 13cc534

Please sign in to comment.