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 and github-actions[bot] committed May 14, 2024
1 parent fd90a9b commit 7ed6ee6
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 7ed6ee6

Please sign in to comment.