diff options
Diffstat (limited to 'qkbox/toot.scm')
-rw-r--r-- | qkbox/toot.scm | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/qkbox/toot.scm b/qkbox/toot.scm index 7b12487..cb01b15 100644 --- a/qkbox/toot.scm +++ b/qkbox/toot.scm @@ -5,7 +5,12 @@ #:use-module (json builder) #:use-module (json parser) #:use-module (rnrs bytevectors) - #:export (post timeline)) + #:export (post + timeline + favourite + unfavourite + reblog + unreblog)) (define current-mastodon-host (make-parameter (getenv "MASTODON_HOST"))) |