Skip to content

Commit

Permalink
fix: Login to second device does not have MLS capabilities (#3164)
Browse files Browse the repository at this point in the history
Co-authored-by: Yamil Medina <[email protected]>
  • Loading branch information
borichellow and yamilmedina authored Dec 13, 2024
1 parent 203d128 commit bafd544
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ data class ConversationResponse(
@Serializable
data class ConversationResponseV3(
@SerialName("creator")
val creator: String,
val creator: String?,

@SerialName("members")
val members: ConversationMembersResponse,
Expand Down

0 comments on commit bafd544

Please sign in to comment.