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( ...@@ -8,8 +8,8 @@ data class GroupMembersList(
data class GroupMember( data class GroupMember(
@SerializedName("ID") @SerializedName("ID")
val id: ByteArray, val id: String,
@SerializedName("DHKey") @SerializedName("DhKey")
val dhKey: DHKey val dhKey: DHKey
) : BindingsModel { ) : BindingsModel {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment