From 84da12fa649e5580850c7fda102ef25b8659819c Mon Sep 17 00:00:00 2001 From: bom Date: Fri, 4 Mar 2022 11:32:46 +0100 Subject: [PATCH] wip mob --- src/main/dda/masto_embed/app.cljs | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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)