Add todo
This commit is contained in:
parent
e0a735e9bc
commit
1fe7b2ed78
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
||||||
[dda.masto-embed.browser :as b]
|
[dda.masto-embed.browser :as b]
|
||||||
[dda.masto-embed.account-mode :as am]
|
[dda.masto-embed.account-mode :as am]
|
||||||
))
|
))
|
||||||
|
; ToDo: Possibility to present replies to more than one post
|
||||||
(defn mastocard->html [card media]
|
(defn mastocard->html [card media]
|
||||||
(when (some? card)
|
(when (some? card)
|
||||||
(let [{:keys [title description image url]} card
|
(let [{:keys [title description image url]} card
|
||||||
|
|
Loading…
Reference in a new issue