Skip to content

Commit

Permalink
Add BORDERLESS and GIF attachment flags to proto
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHahn-Signal committed Mar 29, 2021
1 parent 902e48e commit ecb76b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions protos/SignalService.proto
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,8 @@ message SyncMessage {
message AttachmentPointer {
enum Flags {
VOICE_MESSAGE = 1;
BORDERLESS = 2;
GIF = 3;
}

oneof attachment_identifier {
Expand Down
2 changes: 2 additions & 0 deletions ts/textsecure.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -575,6 +575,8 @@ export declare class AttachmentPointerClass {

static Flags: {
VOICE_MESSAGE: number;
BORDERLESS: number;
GIF: number;
};

cdnId?: ProtoBigNumberType;
Expand Down

0 comments on commit ecb76b6

Please sign in to comment.