removed "get-filtered-replies" function

This commit is contained in:
bom 2022-03-10 10:01:53 +01:00
parent 0bed73f287
commit ec73ff83e3

View file

@ -51,16 +51,6 @@
(str "statuses/" status-id "/context")
#js {}))
(defn get-filtered-replies
[host-url
status-id
account]
(->> (.get (mastodon-client host-url)
(str "statuses/" status-id "/context")
#js {})
mastojs->edn
(:descendants)))
(defn get-favorited-by
[host-url
status-id]