Filter replies from account_mode
This commit is contained in:
parent
9f75c9ed0d
commit
4114318ded
1 changed files with 1 additions and 0 deletions
|
@ -71,6 +71,7 @@
|
||||||
api/mastojs->edn)]
|
api/mastojs->edn)]
|
||||||
(->> statuus
|
(->> statuus
|
||||||
(filter #(= nil (:reblog %)))
|
(filter #(= nil (:reblog %)))
|
||||||
|
(filter #(= nil (:in_reply_to_account_id %)))
|
||||||
(take 4)
|
(take 4)
|
||||||
(masto->html)
|
(masto->html)
|
||||||
(render-html)
|
(render-html)
|
||||||
|
|
Loading…
Reference in a new issue