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)]
|
||||
(->> statuus
|
||||
(filter #(= nil (:reblog %)))
|
||||
(filter #(= nil (:in_reply_to_account_id %)))
|
||||
(take 4)
|
||||
(masto->html)
|
||||
(render-html)
|
||||
|
|
Loading…
Reference in a new issue