mirror of
http://gitea.phreedom.club/localhost_frssoft/pleroma-cli
synced 2025-03-13 21:43:53 +00:00
Attachments links in statuses
This commit is contained in:
parent
34439334f1
commit
bf4e53e8ad
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue