parent
6a32006e6a
commit
4942238cae
|
@ -10,7 +10,7 @@
|
||||||
(when (seq status-link-previews)
|
(when (seq status-link-previews)
|
||||||
[rn/view {:style {:margin-top (when link-previews? 8)}}
|
[rn/view {:style {:margin-top (when link-previews? 8)}}
|
||||||
(for [{:keys [url community]} status-link-previews]
|
(for [{:keys [url community]} status-link-previews]
|
||||||
(when community
|
(when (:display-name community)
|
||||||
(let [{community-description :description
|
(let [{community-description :description
|
||||||
community-icon :icon
|
community-icon :icon
|
||||||
community-banner :banner
|
community-banner :banner
|
||||||
|
|
Loading…
Reference in New Issue