Add BORDERLESS and GIF attachment flags to proto
This commit is contained in:
@@ -428,6 +428,8 @@ message SyncMessage {
|
|||||||
message AttachmentPointer {
|
message AttachmentPointer {
|
||||||
enum Flags {
|
enum Flags {
|
||||||
VOICE_MESSAGE = 1;
|
VOICE_MESSAGE = 1;
|
||||||
|
BORDERLESS = 2;
|
||||||
|
GIF = 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
oneof attachment_identifier {
|
oneof attachment_identifier {
|
||||||
|
2
ts/textsecure.d.ts
vendored
2
ts/textsecure.d.ts
vendored
@@ -575,6 +575,8 @@ export declare class AttachmentPointerClass {
|
|||||||
|
|
||||||
static Flags: {
|
static Flags: {
|
||||||
VOICE_MESSAGE: number;
|
VOICE_MESSAGE: number;
|
||||||
|
BORDERLESS: number;
|
||||||
|
GIF: number;
|
||||||
};
|
};
|
||||||
|
|
||||||
cdnId?: ProtoBigNumberType;
|
cdnId?: ProtoBigNumberType;
|
||||||
|
Reference in New Issue
Block a user