diff --git a/src/main/dda/masto_embed/api.cljs b/src/main/dda/masto_embed/api.cljs index 4de34c9..85354aa 100644 --- a/src/main/dda/masto_embed/api.cljs +++ b/src/main/dda/masto_embed/api.cljs @@ -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]