diff --git a/src/main/dda/masto_embed/app.cljs b/src/main/dda/masto_embed/app.cljs index 8a25206..3adac0e 100644 --- a/src/main/dda/masto_embed/app.cljs +++ b/src/main/dda/masto_embed/app.cljs @@ -53,6 +53,7 @@ (
edn (filter #(= account-name (:acct %))) + (infra/debug) (map :id) first))) out)) @@ -68,13 +69,9 @@ (
edn) ] - (print host-url) - (print account-name) - (print account-id) (->> statuus - (take 14) + (take 4) (api/masto->html) (render-html) - (infra/debug) (render-to-document)) )))