Add "viewed" receipt type to protos
This commit is contained in:
parent
2cd4160422
commit
f87a3a2cb7
2 changed files with 2 additions and 0 deletions
|
@ -279,6 +279,7 @@ message ReceiptMessage {
|
|||
enum Type {
|
||||
DELIVERY = 0;
|
||||
READ = 1;
|
||||
VIEWED = 2;
|
||||
}
|
||||
|
||||
optional Type type = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue