Remove unnecessary fake value in protobuf
This commit is contained in:
parent
dbab44c945
commit
8adad5ea1b
1 changed files with 0 additions and 1 deletions
|
@ -104,7 +104,6 @@ enum BugleRoute {
|
||||||
enum ActionType {
|
enum ActionType {
|
||||||
UNSPECIFIED = 0;
|
UNSPECIFIED = 0;
|
||||||
LIST_CONVERSATIONS = 1;
|
LIST_CONVERSATIONS = 1;
|
||||||
LIST_CONVERSATIONS_SYNC = 1111; // fake value
|
|
||||||
LIST_MESSAGES = 2;
|
LIST_MESSAGES = 2;
|
||||||
SEND_MESSAGE = 3;
|
SEND_MESSAGE = 3;
|
||||||
MESSAGE_UPDATES = 4;
|
MESSAGE_UPDATES = 4;
|
||||||
|
|
Loading…
Reference in a new issue