From ec73ff83e34fe309c1e9a5af279896e1d2ac069a Mon Sep 17 00:00:00 2001 From: bom Date: Thu, 10 Mar 2022 10:01:53 +0100 Subject: [PATCH] removed "get-filtered-replies" function --- src/main/dda/masto_embed/api.cljs | 10 ---------- 1 file changed, 10 deletions(-) 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]