diff --git a/src/main/dda/masto_embed/account_mode.cljs b/src/main/dda/masto_embed/account_mode.cljs index e12135e..8938618 100644 --- a/src/main/dda/masto_embed/account_mode.cljs +++ b/src/main/dda/masto_embed/account_mode.cljs @@ -57,11 +57,12 @@ (edn (filter #(= account-name (:acct %))) - (infra/debug) (map :id) first))) out)) +; (infra/debug) + (defn account-mode [host-url account-name] (go (let [account-id (edn)] (->> statuus + (filter #(= nil (:reblog %))) (take 4) (masto->html) (render-html)