From 8cec9c61b770e4dfa186062f2a8b9eab18b87978 Mon Sep 17 00:00:00 2001 From: audric Date: Wed, 12 Jan 2022 19:15:52 +1100 Subject: [PATCH] remove thumbnail from protobuf as it is unused on all platforms --- protos/SignalService.proto | 1 - 1 file changed, 1 deletion(-) diff --git a/protos/SignalService.proto b/protos/SignalService.proto index e3a9583c5..a71bde61b 100644 --- a/protos/SignalService.proto +++ b/protos/SignalService.proto @@ -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;