Add DecryptedApproveMember, QuotedAttachment, and ModifyAvatarAction (#798)

This commit is contained in:
technillogue 2021-11-08 17:43:02 -05:00 committed by GitHub
parent 08f6dbae05
commit 27a09fd408
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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":[