From d7eac44c77eaa5a8446ea81cae14258da45deccb Mon Sep 17 00:00:00 2001 From: Samuel Hawksby-Robinson Date: Tue, 29 Sep 2020 15:51:09 +0100 Subject: [PATCH] Updated comment on IdentityImage mapping --- protocol/protobuf/chat_identity.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol/protobuf/chat_identity.proto b/protocol/protobuf/chat_identity.proto index 106e2f448..73bcb1f26 100644 --- a/protocol/protobuf/chat_identity.proto +++ b/protocol/protobuf/chat_identity.proto @@ -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 images = 3; }