Skip to content

Commit

Permalink
fix: Group calling not working when MLS is enabled (#2764)
Browse files Browse the repository at this point in the history
  • Loading branch information
ohassine authored May 14, 2024
1 parent bb65b7a commit 0c76a4d
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 0c76a4d

Please sign in to comment.