mirror of
http://gitea.phreedom.club/localhost_frssoft/pleroma-cli
synced 2024-11-21 19:41:30 +00:00
Attachments links in statuses
This commit is contained in:
parent
34439334f1
commit
bf4e53e8ad
|
@ -347,7 +347,8 @@ statuses_render()
|
|||
attachments=$(echo $status | jj -l media_attachments.#.remote_url | delq)
|
||||
if [ -n "$attachments" ]; then
|
||||
echo "#EXTINF:-1, $uri" >> attachments.m3u8
|
||||
echo "$attachments" >> attachments.m3u8
|
||||
echo '[Attachments:]'
|
||||
echo "$attachments" | tee -a attachments.m3u8
|
||||
fi
|
||||
echo "$statuses_separator"
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue