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)
|
indexator=$(expr $max_statuses - 1)
|
||||||
echo '#EXTM3U' > attachments.m3u8
|
echo '#EXTM3U' > attachments.m3u8
|
||||||
clear
|
clear
|
||||||
offset=$(jj -i preload 39.id)
|
offset=$(jj -i preload $indexator.id)
|
||||||
json=$(timeline_api $offset)
|
json=$(timeline_api $offset)
|
||||||
;;
|
;;
|
||||||
"Next")
|
"Next")
|
||||||
|
|
Loading…
Reference in a new issue