From b185ce058f17f32dfd7c3c8bf9b56cbd0c7fde22 Mon Sep 17 00:00:00 2001 From: bom Date: Thu, 10 Mar 2022 10:21:50 +0100 Subject: [PATCH] removed obsolete comments --- src/main/dda/masto_embed/api.cljs | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/main/dda/masto_embed/api.cljs b/src/main/dda/masto_embed/api.cljs index 85354aa..3f01d00 100644 --- a/src/main/dda/masto_embed/api.cljs +++ b/src/main/dda/masto_embed/api.cljs @@ -41,9 +41,6 @@ (str "accounts/" account-id "/statuses") #js {})) -; https://mastodon.example/api/v1/statuses/:id/context -; for parent and child statuses -; "descendants" (defn get-replies [host-url status-id] @@ -62,9 +59,4 @@ [host-url ::host-url] (.get (mastodon-client host-url) (str "directory?local=true") - #js {})) - -; TODO: -; 1. ID of status with reply: 107655615528722482 -; 2. Get replies to status -; 3. Filter by favorited and or tags \ No newline at end of file + #js {})) \ No newline at end of file