From 5e47e1677c68f4193af09de00b30bc7afaa50260 Mon Sep 17 00:00:00 2001 From: localhost_frssoft Date: Thu, 14 Apr 2022 14:05:47 +0300 Subject: [PATCH] fix: next page not working --- pleroma-cli.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pleroma-cli.sh b/pleroma-cli.sh index 7667446..1204218 100755 --- a/pleroma-cli.sh +++ b/pleroma-cli.sh @@ -309,7 +309,7 @@ thread_menu() timeline_api() { - default_curl_opt "$instance_point/$timeline?limit=$max_statuses&max_id=$1" | tee preload + default_curl_opt "$instance_point/$timeline?limit=$max_statuses&max_id=$1&min_id=$2" | tee preload } timeline_menu() @@ -359,7 +359,7 @@ timeline_menu() echo '#EXTM3U' > attachments.m3u8 clear offset=$(jj -i preload 0.id) - json=$(timeline_api $offset) + json=$(timeline_api '' $offset) ;; "Reply") echo 'Input id'