Add "viewed" receipt type to protos
This commit is contained in:
@@ -279,6 +279,7 @@ message ReceiptMessage {
|
||||
enum Type {
|
||||
DELIVERY = 0;
|
||||
READ = 1;
|
||||
VIEWED = 2;
|
||||
}
|
||||
|
||||
optional Type type = 1;
|
||||
|
1
ts/textsecure.d.ts
vendored
1
ts/textsecure.d.ts
vendored
@@ -893,6 +893,7 @@ export declare namespace ReceiptMessageClass {
|
||||
class Type {
|
||||
static DELIVERY: number;
|
||||
static READ: number;
|
||||
static VIEWED: number;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user