Support for single-attachment delete synced across devices

This commit is contained in:
Scott Nonnenberg
2024-06-21 15:35:18 -07:00
committed by GitHub
parent 97229e2e65
commit ac04d02d4f
26 changed files with 422 additions and 55 deletions

View File

@@ -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 {