statuses swapping fixes

This commit is contained in:
Piotr 'pwh' Hanusiak
2022-04-19 12:27:39 +02:00
parent 7385ce522f
commit 92c79a89fe
6 changed files with 35 additions and 17 deletions
+5 -4
View File
@@ -5,10 +5,11 @@ import "google/protobuf/wrappers.proto";
/*********** PARTIAL MESSAGES **************/
enum AvailabilityStatus {
ONLINE = 0;
SILENT = 1;
AWAY = 2;
JITSI = 3;
UNCHANGED = 0;
ONLINE = 1;
SILENT = 2;
AWAY = 3;
JITSI = 4;
}
message PositionMessage {