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) (#2785)

* Commit with unresolved merge conflicts

* resolve conflicts

* resolve conflicts

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Mojtaba Chenani <[email protected]>
Co-authored-by: Yamil Medina <[email protected]>
Co-authored-by: Vitor Hugo Schwaab <[email protected]>
Co-authored-by: Mohamad Jaara <[email protected]>
  • Loading branch information
5 people authored Jun 11, 2024
1 parent 771a409 commit 15e1360
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -624,8 +624,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 15e1360

Please sign in to comment.