[#12687] Icons in public chats and corresponding icons (default ones) of users are different

Signed-off-by: andrey <motor4ik@gmail.com>
This commit is contained in:
andrey 2021-10-07 09:41:35 +02:00
parent 0afbe80c36
commit e47f839bfb
No known key found for this signature in database
GPG Key ID: 89B67245FD2F0272
1 changed files with 1 additions and 1 deletions

View File

@ -1177,7 +1177,7 @@
(let [contact (or (get contacts id)
(when (= id (:public-key multiaccount))
multiaccount)
(if identicon
(if (not (string/blank? identicon))
{:identicon identicon}
(contact.db/public-key->new-contact id)))]
(multiaccounts/displayed-photo contact))))