Add support for syncing colors

// FREEBIE
This commit is contained in:
lilia 2016-09-03 14:36:56 -07:00
parent 141cdef2a4
commit 53f20640af
3 changed files with 11 additions and 7 deletions

View file

@ -109,4 +109,5 @@ message ContactDetails {
optional string number = 1;
optional string name = 2;
optional Avatar avatar = 3;
optional string color = 4;
}