mirror of
https://dicksdeathabove.xyz/~mia/posh
synced 2025-03-24 21:19:17 +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}"
|
ID="=${ID}"
|
||||||
}
|
}
|
||||||
# ------ POST ⌄
|
# ------ 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
|
# currently only 1 image is supported -- TODO
|
||||||
|
|
Loading…
Reference in a new issue