mirror of
http://gitea.phreedom.club/localhost_frssoft/pleroma-cli
synced 2024-11-22 08:11:28 +00:00
index prev page timeline with count max_statuses
This commit is contained in:
parent
828b5ac291
commit
7f44893d7b
|
@ -366,7 +366,7 @@ timeline_menu()
|
|||
indexator=$(expr $max_statuses - 1)
|
||||
echo '#EXTM3U' > attachments.m3u8
|
||||
clear
|
||||
offset=$(jj -i preload 39.id)
|
||||
offset=$(jj -i preload $indexator.id)
|
||||
json=$(timeline_api $offset)
|
||||
;;
|
||||
"Next")
|
||||
|
|
Loading…
Reference in a new issue