mirror of
https://dicksdeathabove.xyz/~mia/posh
synced 2024-12-12 13:25:07 +00:00
missed this somehow
This commit is contained in:
parent
91f8a7fa78
commit
c3d94fe98c
2
post
2
post
|
@ -45,5 +45,5 @@ printf 'POST IS:\n%s\n' "$in"
|
|||
ID="=${ID}"
|
||||
}
|
||||
# ------ POST ⌄
|
||||
curl -sX "POST" -H "Authorization: Bearer $KEY" -d status="$in" -L "${URL}/api/v1/statuses" -d visibility="${VIS:-public}" -d sensitive="$NSFW:-false}" -d media_ids[]${ID} >/dev/null
|
||||
curl -sX "POST" -H "Authorization: Bearer $KEY" -d status="$in" -L "${URL}/api/v1/statuses" -d visibility="${VIS:-public}" -d sensitive="${NSFW:-false}" -d media_ids[]${ID} >/dev/null
|
||||
# currently only 1 image is supported -- TODO
|
||||
|
|
Loading…
Reference in a new issue