removed obsolete comments

master
bom 2 years ago
parent 160eacf313
commit b185ce058f

@ -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
#js {}))
Loading…
Cancel
Save