[#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:
parent
0afbe80c36
commit
e47f839bfb
|
@ -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))))
|
||||
|
|
Loading…
Reference in New Issue