mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-25 04:36:46 +00:00
Support for single-attachment delete synced across devices
This commit is contained in:
@@ -567,6 +567,9 @@ message MessageAttachment {
|
||||
FilePointer pointer = 1;
|
||||
Flag flag = 2;
|
||||
bool wasDownloaded = 3;
|
||||
// Cross-client identifier for this attachment among all attachments on the
|
||||
// owning message. See: SignalService.AttachmentPointer.clientUuid.
|
||||
optional bytes clientUuid = 4;
|
||||
}
|
||||
|
||||
message FilePointer {
|
||||
|
||||
Reference in New Issue
Block a user