Implement requesting/sending groups when linking device

This commit is contained in:
AsamK 2016-04-16 11:50:52 +02:00
parent 947818d317
commit 0ad42a72ab
4 changed files with 147 additions and 6 deletions

View file

@ -19,6 +19,9 @@ public class GroupInfo {
@JsonProperty
public long avatarId;
@JsonProperty
public boolean active;
public GroupInfo(byte[] groupId) {
this.groupId = groupId;
}