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 committed May 24, 2024
1 parent 323fad3 commit 800cc91
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -611,8 +611,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 800cc91

Please sign in to comment.