diff --git a/src/main/dda/masto_embed/to_html.cljs b/src/main/dda/masto_embed/to_html.cljs index 8aa4d52..52d1d20 100644 --- a/src/main/dda/masto_embed/to_html.cljs +++ b/src/main/dda/masto_embed/to_html.cljs @@ -101,8 +101,7 @@ (defn masto->html [statuses] (let [html (b/post-html-hiccup)] (map (fn [status] - (let [{:keys [account created_at content media_attachments replies_count reblogs_count favourites_count card url]} status - abc (js/console.log "CARD: " card)] + (let [{:keys [account created_at content media_attachments replies_count reblogs_count favourites_count card url]} status] (-> html (masto-header->html account created_at url) (masto-content->html content)