remove thumbnail from protobuf as it is unused on all platforms

This commit is contained in:
audric 2022-01-12 19:15:52 +11:00
parent 1c8e81d8e6
commit 8cec9c61b7
1 changed files with 0 additions and 1 deletions

View File

@ -227,7 +227,6 @@ message AttachmentPointer {
optional string contentType = 2;
optional bytes key = 3;
optional uint32 size = 4;
optional bytes thumbnail = 5;
optional bytes digest = 6;
optional string fileName = 7;
optional uint32 flags = 8;