Filter boosts from account status

master
bom 2 months ago
parent 93b1faff6a
commit 9f75c9ed0d

@ -57,11 +57,12 @@
(<p! (api/get-directory host-url))
api/mastojs->edn
(filter #(= account-name (:acct %)))
(infra/debug)
(map :id)
first)))
out))
; (infra/debug)
(defn account-mode [host-url account-name]
(go
(let [account-id (<! (find-account-id host-url account-name))
@ -69,6 +70,7 @@
(<p! (api/get-account-statuses host-url account-id))
api/mastojs->edn)]
(->> statuus
(filter #(= nil (:reblog %)))
(take 4)
(masto->html)
(render-html)

Loading…
Cancel
Save