diff --git a/src/main/dda/masto_embed/reply_mode.cljs b/src/main/dda/masto_embed/reply_mode.cljs index dced398..230253e 100644 --- a/src/main/dda/masto_embed/reply_mode.cljs +++ b/src/main/dda/masto_embed/reply_mode.cljs @@ -24,7 +24,7 @@ [dda.masto-embed.browser :as b] [dda.masto-embed.account-mode :as am] )) - +; ToDo: Possibility to present replies to more than one post (defn mastocard->html [card media] (when (some? card) (let [{:keys [title description image url]} card