Skip to content

Commit

Permalink
fix: Group calling not working when MLS is enabled (#2764) (#2765) (#…
Browse files Browse the repository at this point in the history
…2781)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Oussama Hassine <[email protected]>
Co-authored-by: Vitor Hugo Schwaab <[email protected]>
  • Loading branch information
3 people authored Jun 5, 2024
1 parent c84da7b commit 33e056c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ data class SubconversationResponse(
val epochTimestamp: String?,

@SerialName("cipher_suite")
val mlsCipherSuiteTag: Int,
val mlsCipherSuiteTag: Int?,

@SerialName("members")
val members: List<SubconversationMember>,
Expand Down

0 comments on commit 33e056c

Please sign in to comment.