mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-28 01:16:50 +00:00
Merge pull request #257 from status-im/bug/#249
Correct identicon in a group chat (#249) Former-commit-id: 435cf994d7af7c56e6005a6a5b3a73165008f58d
This commit is contained in:
commit
36438c7117
@ -195,9 +195,9 @@
|
|||||||
(defview member-photo [from]
|
(defview member-photo [from]
|
||||||
[photo-path [:photo-path from]]
|
[photo-path [:photo-path from]]
|
||||||
[view st/photo-view
|
[view st/photo-view
|
||||||
[image {:source (if (s/blank? photo-path)
|
[image {:source {:uri (if (s/blank? photo-path)
|
||||||
res/user-no-photo
|
(identicon from)
|
||||||
{:uri photo-path})
|
photo-path)}
|
||||||
:style st/photo}]])
|
:style st/photo}]])
|
||||||
|
|
||||||
(defn incoming-group-message-body
|
(defn incoming-group-message-body
|
||||||
|
Loading…
x
Reference in New Issue
Block a user