Updated comment on IdentityImage mapping
This commit is contained in:
parent
5043c1d1af
commit
d7eac44c77
|
@ -12,7 +12,7 @@ message ChatIdentity {
|
|||
// ens_name is the valid ENS name associated with the chat key
|
||||
string ens_name = 2;
|
||||
|
||||
// images is a list of images associated with an identity
|
||||
// images is a string indexed mapping of images associated with an identity
|
||||
map<string, IdentityImage> images = 3;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue