Filter replies from account_mode

master
bom 2 months ago
parent 9f75c9ed0d
commit 4114318ded

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

Loading…
Cancel
Save