mirror of
http://gitea.phreedom.club/localhost_frssoft/pleroma-cli
synced 2024-11-21 19:41:30 +00:00
Poll: visible variants in post
This commit is contained in:
parent
d203791dfa
commit
c4313c595d
|
@ -492,6 +492,12 @@ statuses_render()
|
|||
menuattachments='\nMedia'
|
||||
echo "$attachments" | tee -a attachments.m3u8
|
||||
fi
|
||||
poll=$(echo "$status" | jj poll.id)
|
||||
if [ -n "$poll" ]; then
|
||||
echo '[Poll:]'
|
||||
echo "$(echo "$status" | jj -l 'poll.options.#.title')"
|
||||
fi
|
||||
|
||||
echo "$statuses_separator"
|
||||
if [ "$per_status_mode" = 'true' ]; then
|
||||
next=0
|
||||
|
|
Loading…
Reference in a new issue