diff options
| -rw-r--r-- | qkbox/toot.scm | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/qkbox/toot.scm b/qkbox/toot.scm index ab55863..e35d027 100644 --- a/qkbox/toot.scm +++ b/qkbox/toot.scm @@ -100,7 +100,7 @@          (make-status reblog/json))))  (define (status-content status) -  (assoc-ref (status-json status) "content") ) +  (assoc-ref (status-json status) "content"))  (define (status-visibility status)    (assoc-ref (status-json status) "visibility")) | 
