mirror of
https://github.com/AsamK/signal-cli
synced 2025-09-04 05:00:39 +00:00
Added support for quotes, mentions and reactions in non-daemon JSON output
This commit is contained in:
parent
83d5d53d8a
commit
1de0bbd4f7
10 changed files with 132 additions and 9 deletions
|
@ -32,6 +32,7 @@ class JsonGroupInfo {
|
|||
|
||||
JsonGroupInfo(SignalServiceGroupV2 groupInfo) {
|
||||
this.groupId = Base64.encodeBytes(GroupUtils.getGroupId(groupInfo.getMasterKey()));
|
||||
// TODO populate members and name fields
|
||||
this.type = groupInfo.hasSignedGroupChange() ? "UPDATE" : "DELIVER";
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue