Merge branch 'group-chat' into master

This commit is contained in:
Jm Casler 2022-02-24 22:35:00 -08:00 committed by GitHub
commit c5819c8f95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 25 deletions

View file

@ -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

View file

@ -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;
}
}

View file

@ -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.