mirror of
http://gitea.phreedom.club/localhost_frssoft/pleroma-cli
synced 2024-11-22 02:01:27 +00:00
Bug fix http code
This commit is contained in:
parent
0e6947dde9
commit
4a40baf76a
|
@ -430,6 +430,7 @@ write_status_menu()
|
|||
status_visibility="$default_visibility"
|
||||
replyto=$1
|
||||
mediaattach=
|
||||
http_code=
|
||||
sub_menu_lvl=1
|
||||
while [ $sub_menu_lvl -eq 1 ]; do
|
||||
clear
|
||||
|
@ -445,7 +446,7 @@ write_status_menu()
|
|||
if [ -n "$mediaattach" ]; then
|
||||
echo "Attachments: $mediaattach"
|
||||
fi
|
||||
if [ -n "http_code" ]; then
|
||||
if [ -n "$http_code" ]; then
|
||||
echo "Send state: $http_code"
|
||||
fi
|
||||
wrirepostmenu=$(echo "Write\nSend\nAdd attach\nChange type\nVisiblity\nMain menu" | fzy)
|
||||
|
|
Loading…
Reference in a new issue