diff options
| author | Masaya Tojo <masaya@tojo.tokyo> | 2020-07-08 10:51:45 +0900 | 
|---|---|---|
| committer | Masaya Tojo <masaya@tojo.tokyo> | 2020-07-08 10:51:45 +0900 | 
| commit | 0621e39fd5660aa4f837bd77306793db7fa86501 (patch) | |
| tree | 57d8144dfc11390c5a82a9d09101c34991f05b54 /qkbox | |
| parent | 29c5cc5909ddd9845a701e2d9eec383bc627f152 (diff) | |
qkbox: toot: Update export list.
Diffstat (limited to 'qkbox')
| -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"))) | 
