remove chat group protos

pull/112/head
Jm Casler 2022-02-24 21:43:48 -08:00
rodzic 0c1c367cea
commit 1bb626717f
3 zmienionych plików z 2 dodań i 25 usunięć

Wyświetl plik

@ -42,11 +42,6 @@ message DeviceState {
*/ */
repeated MeshPacket receive_queue = 5; repeated MeshPacket receive_queue = 5;
/*
* Group Info
*/
GroupInfo group_info = 6;
/* /*
* A version integer used to invalidate old save files when we make * A version integer used to invalidate old save files when we make
* incompatible changes This integer is set at build time and is private to * incompatible changes This integer is set at build time and is private to

Wyświetl plik

@ -525,12 +525,6 @@ message Data {
* a message a heart or poop emoji. * a message a heart or poop emoji.
*/ */
bool is_tapback = 8; bool is_tapback = 8;
/*
* Defaults to false. If true, then what is in the payload should be treated as an emoji like giving
* a message a heart or poop emoji.
*/
uint32 group_id = 9;
} }
/* /*
@ -887,14 +881,6 @@ enum CriticalErrorCode {
RadioSpiBug = 11; RadioSpiBug = 11;
} }
/*
* GroupInfo for group chats like #FoodFreaks and #CoolPeopleOnly
*/
message GroupInfo {
repeated string group = 1;
}
/* /*
* Unique local debugging info for this node * Unique local debugging info for this node
* Note: we don't include position or the user info, because that will come in the * Note: we don't include position or the user info, because that will come in the
@ -1116,10 +1102,6 @@ message FromRadio {
*/ */
bool rebooted = 9; bool rebooted = 9;
/*
* Groups
*/
GroupInfo groups = 12;
} }
} }

Wyświetl plik

@ -92,9 +92,9 @@ enum PortNum {
IP_TUNNEL_APP = 33; IP_TUNNEL_APP = 33;
/* /*
* Used for managing chat groups * Used for the router plugin
*/ */
GROUP_APP = 34; ROUTER_APP = 34;
/* /*
* Provides a hardware serial interface to send and receive from the Meshtastic network. * Provides a hardware serial interface to send and receive from the Meshtastic network.