Skip to content

Commit

Permalink
fix: Login to second device does not have MLS capabilities RC (#3165)
Browse files Browse the repository at this point in the history
  • Loading branch information
borichellow authored Dec 11, 2024
1 parent 5b8fd62 commit 1fd8732
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 1fd8732

Please sign in to comment.