Merge pull request #101 from mc-hamster/group-chat

Add groups to payloadVariant
This commit is contained in:
Jm Casler 2022-02-20 01:32:33 -08:00 committed by GitHub
commit 95e22ccebd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1115,6 +1115,11 @@ message FromRadio {
* NOTE: This ID must not change - to keep (minimal) compatibility with <1.2 version of android apps.
*/
bool rebooted = 9;
/*
* Groups
*/
GroupInfo groups = 12;
}
}