Updated comment on IdentityImage mapping

This commit is contained in:
Samuel Hawksby-Robinson 2020-09-29 15:51:09 +01:00 committed by Andrea Maria Piana
parent 5043c1d1af
commit d7eac44c77
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}