removed "get-filtered-replies" function
This commit is contained in:
parent
0bed73f287
commit
ec73ff83e3
1 changed files with 0 additions and 10 deletions
|
@ -51,16 +51,6 @@
|
||||||
(str "statuses/" status-id "/context")
|
(str "statuses/" status-id "/context")
|
||||||
#js {}))
|
#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
|
(defn get-favorited-by
|
||||||
[host-url
|
[host-url
|
||||||
status-id]
|
status-id]
|
||||||
|
|
Loading…
Reference in a new issue