Add attachment digests
// FREEBIE
This commit is contained in:
parent
f1a1a819ba
commit
43de0cc2ec
5 changed files with 65 additions and 10 deletions
|
@ -120,6 +120,9 @@ message AttachmentPointer {
|
|||
optional fixed64 id = 1;
|
||||
optional string contentType = 2;
|
||||
optional bytes key = 3;
|
||||
optional uint32 size = 4;
|
||||
optional bytes thumbnail = 5;
|
||||
optional bytes digest = 6;
|
||||
}
|
||||
|
||||
message GroupContext {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue