DataMessage.ProtocolVersion: Increase current/supported value

This commit is contained in:
Scott Nonnenberg 2021-10-27 15:18:25 -07:00 committed by GitHub
parent ce35c870d4
commit ddc98d8ee6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -251,14 +251,15 @@ message DataMessage {
enum ProtocolVersion { enum ProtocolVersion {
option allow_alias = true; option allow_alias = true;
INITIAL = 0; INITIAL = 0;
MESSAGE_TIMERS = 1; MESSAGE_TIMERS = 1;
VIEW_ONCE = 2; VIEW_ONCE = 2;
VIEW_ONCE_VIDEO = 3; VIEW_ONCE_VIDEO = 3;
REACTIONS = 4; REACTIONS = 4;
CDN_SELECTOR_ATTACHMENTS = 5; CDN_SELECTOR_ATTACHMENTS = 5;
MENTIONS = 6; MENTIONS = 6;
CURRENT = 6; PAYMENTS = 7;
CURRENT = 7;
} }
optional string body = 1; optional string body = 1;