mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Add BORDERLESS and GIF attachment flags to proto
This commit is contained in:
@@ -428,6 +428,8 @@ message SyncMessage {
|
||||
message AttachmentPointer {
|
||||
enum Flags {
|
||||
VOICE_MESSAGE = 1;
|
||||
BORDERLESS = 2;
|
||||
GIF = 3;
|
||||
}
|
||||
|
||||
oneof attachment_identifier {
|
||||
|
||||
Reference in New Issue
Block a user