kopia lustrzana https://github.com/meshtastic/protobufs
remove chat group protos
rodzic
0c1c367cea
commit
1bb626717f
|
@ -42,11 +42,6 @@ message DeviceState {
|
|||
*/
|
||||
repeated MeshPacket receive_queue = 5;
|
||||
|
||||
/*
|
||||
* Group Info
|
||||
*/
|
||||
GroupInfo group_info = 6;
|
||||
|
||||
/*
|
||||
* 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
|
||||
|
|
18
mesh.proto
18
mesh.proto
|
@ -525,12 +525,6 @@ message Data {
|
|||
* a message a heart or poop emoji.
|
||||
*/
|
||||
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;
|
||||
}
|
||||
|
||||
/*
|
||||
* GroupInfo for group chats like #FoodFreaks and #CoolPeopleOnly
|
||||
*/
|
||||
message GroupInfo {
|
||||
repeated string group = 1;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* Unique local debugging info for this node
|
||||
* 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;
|
||||
|
||||
/*
|
||||
* Groups
|
||||
*/
|
||||
GroupInfo groups = 12;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -92,9 +92,9 @@ enum PortNum {
|
|||
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.
|
||||
|
|
Ładowanie…
Reference in New Issue