diff --git a/src/main/dda/masto_embed/app.cljs b/src/main/dda/masto_embed/app.cljs index 3c15b9a..e0afcf9 100644 --- a/src/main/dda/masto_embed/app.cljs +++ b/src/main/dda/masto_embed/app.cljs @@ -60,14 +60,12 @@ out)) (defn favorited-replies? [host-url reply-id account-name] - (let [out (chan)] - (go (>! out - (->> - (edn - (filter #(= account-name (:acct %))) - ))) - out)) + (go + (infra/debug (->> + (edn + (filter #(= account-name (:acct %))) + (infra/debug))))) (defn init [] (go @@ -80,10 +78,11 @@ (edn) test-status (-> - (edn) - filtered (filter #(go (> statuus ; (take 4) ; (rb/masto->html) @@ -93,6 +92,7 @@ ;(go (let [test (api/mastojs->edn (> filtered ; (infra/debug) ; (rb/masto->html)