diff --git a/src/main/dda/masto_embed/app.cljs b/src/main/dda/masto_embed/app.cljs index 968212f..b832ef3 100644 --- a/src/main/dda/masto_embed/app.cljs +++ b/src/main/dda/masto_embed/app.cljs @@ -105,14 +105,14 @@ (defn replies-mode [host-url account-name post-id filter-favorited] (go - (let [test-status (-> - (
edn) - favorited (> statuus + (let [replies (-> + (
edn) + favorited (> combined + (filter #(infra/debug (or (not filter-favorited) (:favorited %)))) + (map :status) (infra/debug) (rb/masto->html) (render-html) @@ -122,8 +122,7 @@ (let [host-url (host-url-from-document) account-name (account-name-from-document) replies-to (replies-to-from-document) - filter-favorited (filter-favorited-from-document) - ] + filter-favorited (filter-favorited-from-document)] (if (nil? replies-to) (account-mode host-url account-name) (replies-mode host-url account-name replies-to filter-favorited))