Track groups I've left
// FREEBIE
This commit is contained in:
parent
83b25c0bfa
commit
010297f4c5
5 changed files with 54 additions and 40 deletions
|
@ -97,6 +97,7 @@ message GroupDetails {
|
|||
optional string name = 2;
|
||||
repeated string members = 3;
|
||||
optional Avatar avatar = 4;
|
||||
optional bool active = 5 [default = true];
|
||||
}
|
||||
|
||||
message ContactDetails {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue