Protos: Add color field to GroupDetails
This commit is contained in:
parent
fc5c52fbdf
commit
3ea14ce450
1 changed files with 1 additions and 0 deletions
|
@ -302,4 +302,5 @@ message GroupDetails {
|
|||
optional Avatar avatar = 4;
|
||||
optional bool active = 5 [default = true];
|
||||
optional uint32 expireTimer = 6;
|
||||
optional string color = 7;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue