diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2022-11-15 18:54:30 -0500 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2022-11-15 18:58:20 -0500 |
| commit | b6482d86fa58dee7d55889fa873463274f81d3db (patch) | |
| tree | ab82cfff0cbc7ed4294975bd526ad0f1a36c8812 /haunt/jakob/utils/comments.scm | |
| parent | 311c083a7786ff83b4810a507fb7af492b20121d (diff) | |
[dynamic] Cut chalkline
Diffstat (limited to 'haunt/jakob/utils/comments.scm')
| -rw-r--r-- | haunt/jakob/utils/comments.scm | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/haunt/jakob/utils/comments.scm b/haunt/jakob/utils/comments.scm index 7cb4768..3f55345 100644 --- a/haunt/jakob/utils/comments.scm +++ b/haunt/jakob/utils/comments.scm @@ -102,14 +102,4 @@ (define (fetch-comments slug) "Blocking call to webmention.io to retrieve a vector of all Webmentions for `slug'" - (get-comments-by-slug slug) - ;; (list '((id . 1) - ;; (published . "20220514122120") - ;; (name . "Jakob") - ;; (subject . "Test") - ;; (email . "jakob@memeware.net") - ;; (comment . "Test") - ;; (url . "jakob.space") - ;; (reactions . (("🎖️" . 2))))) - ) -;; dynamic + (get-comments-by-slug slug)) |