Add support for attachment file names
Send, receive, and save attachment filenames. Use them as suggested names when saving files. // FREEBIE
This commit is contained in:
parent
a256f17e19
commit
fc514aa96f
5 changed files with 18 additions and 2 deletions
|
@ -123,6 +123,7 @@ message AttachmentPointer {
|
|||
optional uint32 size = 4;
|
||||
optional bytes thumbnail = 5;
|
||||
optional bytes digest = 6;
|
||||
optional string fileName = 7;
|
||||
}
|
||||
|
||||
message GroupContext {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue