diff --git a/src/main/dda/masto_embed/account_mode.cljs b/src/main/dda/masto_embed/account_mode.cljs index 8938618..8474720 100644 --- a/src/main/dda/masto_embed/account_mode.cljs +++ b/src/main/dda/masto_embed/account_mode.cljs @@ -71,6 +71,7 @@ api/mastojs->edn)] (->> statuus (filter #(= nil (:reblog %))) + (filter #(= nil (:in_reply_to_account_id %))) (take 4) (masto->html) (render-html)