summaryrefslogtreecommitdiff
path: root/qkbox/toot.scm
diff options
context:
space:
mode:
Diffstat (limited to 'qkbox/toot.scm')
-rw-r--r--qkbox/toot.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/qkbox/toot.scm b/qkbox/toot.scm
index 1de9fb4..de5dd19 100644
--- a/qkbox/toot.scm
+++ b/qkbox/toot.scm
@@ -196,9 +196,9 @@
'GET
"/api/v1/timelines/home"
#:json
- `(,@(if max-id `((max-id . ,max-id)) '())
- ,@(if since-id `((since-id . ,since-id)) '())
- ,@(if min-id `((min-id . ,min-id)) '())
+ `(,@(if max-id `((max_id . ,max-id)) '())
+ ,@(if since-id `((since_id . ,since-id)) '())
+ ,@(if min-id `((min_id . ,min-id)) '())
,@(if limit `((limit . ,limit)) '())
,@(if local? `((local . ,local?)) '()))
#:authorization? #t))