mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 10:30:38 +00:00
Add DecryptedApproveMember, QuotedAttachment, and ModifyAvatarAction (#798)
This commit is contained in:
parent
08f6dbae05
commit
27a09fd408
1 changed files with 20 additions and 0 deletions
|
@ -1355,6 +1355,10 @@
|
|||
"name":"org.signal.storageservice.protos.groups.GroupChange$Actions$ModifyAttributesAccessControlAction",
|
||||
"fields":[{"name":"attributesAccess_"}]}
|
||||
,
|
||||
{
|
||||
"name":"org.signal.storageservice.protos.groups.GroupChange$Actions$ModifyAvatarAction",
|
||||
"fields":[{"name":"avatar_"}]
|
||||
},
|
||||
{
|
||||
"name":"org.signal.storageservice.protos.groups.GroupChange$Actions$ModifyDescriptionAction",
|
||||
"fields":[{"name":"description_"}]}
|
||||
|
@ -1438,6 +1442,13 @@
|
|||
{"name":"userId_"}
|
||||
]}
|
||||
,
|
||||
{
|
||||
"name":"org.signal.storageservice.protos.groups.local.DecryptedApproveMember",
|
||||
"fields":[
|
||||
{"name":"role_", "allowUnsafeAccess":true},
|
||||
{"name":"uuid_", "allowUnsafeAccess":true}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name":"org.signal.storageservice.protos.groups.local.DecryptedGroup",
|
||||
"fields":[
|
||||
|
@ -2202,6 +2213,15 @@
|
|||
{"name":"text_"}
|
||||
]}
|
||||
,
|
||||
{
|
||||
"name":"org.whispersystems.signalservice.internal.push.SignalServiceProtos$DataMessage$Quote$QuotedAttachment",
|
||||
"fields":[
|
||||
{"name":"bitField0_"},
|
||||
{"name":"contentType_"},
|
||||
{"name":"fileName_"},
|
||||
{"name":"thumbnail_"}
|
||||
]}
|
||||
,
|
||||
{
|
||||
"name":"org.whispersystems.signalservice.internal.push.SignalServiceProtos$DataMessage$Reaction",
|
||||
"fields":[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue