removed obsolete comments
This commit is contained in:
parent
160eacf313
commit
b185ce058f
1 changed files with 1 additions and 9 deletions
|
@ -41,9 +41,6 @@
|
||||||
(str "accounts/" account-id "/statuses")
|
(str "accounts/" account-id "/statuses")
|
||||||
#js {}))
|
#js {}))
|
||||||
|
|
||||||
; https://mastodon.example/api/v1/statuses/:id/context
|
|
||||||
; for parent and child statuses
|
|
||||||
; "descendants"
|
|
||||||
(defn get-replies
|
(defn get-replies
|
||||||
[host-url
|
[host-url
|
||||||
status-id]
|
status-id]
|
||||||
|
@ -63,8 +60,3 @@
|
||||||
(.get (mastodon-client host-url)
|
(.get (mastodon-client host-url)
|
||||||
(str "directory?local=true")
|
(str "directory?local=true")
|
||||||
#js {}))
|
#js {}))
|
||||||
|
|
||||||
; TODO:
|
|
||||||
; 1. ID of status with reply: 107655615528722482
|
|
||||||
; 2. Get replies to status
|
|
||||||
; 3. Filter by favorited and or tags
|
|
Loading…
Reference in a new issue