From d85b1f4f11aea18b11a8361ef719ebf1cd28b6ef Mon Sep 17 00:00:00 2001 From: Zergling_man Date: Mon, 24 Oct 2022 23:24:13 +1100 Subject: [PATCH] Following now shows a deprecation notice instead, to cure my own habits. --- shitty_api.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shitty_api.sh b/shitty_api.sh index c8f3a38..f5abc7e 100755 --- a/shitty_api.sh +++ b/shitty_api.sh @@ -49,7 +49,7 @@ actions="notifs notifs2 comments freepost shitpost follow unfollow home deref wh #Lurkan notifs(){ getauth "user/replies" ".replies | reverse | $notifs"; } notifs2(){ getauth "user/mention" ".mentions | reverse | $notifs"; } -following(){ home; } # I am gonna fuck myself up so bad when I remap this. +following(){ echo "use instead"; } # Maybe this will help. home(){ getauth "post/list" ".posts | $posts" "type_=Subscribed"; } comments(){ getauth "post" "(.post_view | $showpost), (.comments | reverse | $comments)" "id=$1"; } #Postan