mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-30 11:00:38 +00:00
Implement requesting/sending groups when linking device
This commit is contained in:
parent
947818d317
commit
0ad42a72ab
4 changed files with 147 additions and 6 deletions
|
@ -19,6 +19,9 @@ public class GroupInfo {
|
|||
@JsonProperty
|
||||
public long avatarId;
|
||||
|
||||
@JsonProperty
|
||||
public boolean active;
|
||||
|
||||
public GroupInfo(byte[] groupId) {
|
||||
this.groupId = groupId;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue