Skip to content
Snippets Groups Projects
Commit 5b3261b5 authored by Kamal Bramwell's avatar Kamal Bramwell
Browse files

Update GroupMember.ID param to base64-encoded string

parent 56c059ea
No related branches found
No related tags found
No related merge requests found
......@@ -8,8 +8,8 @@ data class GroupMembersList(
data class GroupMember(
@SerializedName("ID")
val id: ByteArray,
@SerializedName("DHKey")
val id: String,
@SerializedName("DhKey")
val dhKey: DHKey
) : BindingsModel {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment