From 1fe7b2ed78e403c619bffcab0344e319f75a3711 Mon Sep 17 00:00:00 2001 From: erik Date: Tue, 28 May 2024 15:21:42 +0200 Subject: [PATCH] Add todo --- src/main/dda/masto_embed/reply_mode.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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