Filter replies from account_mode

This commit is contained in:
bom 2024-05-10 11:25:17 +02:00
parent 9f75c9ed0d
commit 4114318ded

View file

@ -71,6 +71,7 @@
api/mastojs->edn)]
(->> statuus
(filter #(= nil (:reblog %)))
(filter #(= nil (:in_reply_to_account_id %)))
(take 4)
(masto->html)
(render-html)