include SFW and NSFW Hashtags

This makes it easier to filter. It could also help with stats
This commit is contained in:
D5k H3h
2023-04-29 19:20:56 +02:00
committed by GitHub
parent 77d38eeb60
commit fb6db8265f
+2 -2
View File
@@ -42,7 +42,7 @@ if [ "$tags" = "null" ]; then # Check if the Post is NSFW
curl -X POST -H "Authorization: Bearer $ACCESS_TOKEN" \
-F "status=$title
($url)" \
($url) #SFW" \
-F "media_ids[]=$MEDIA_ID" \
"$INSTANCE_URL/api/v1/statuses"
else
@@ -51,7 +51,7 @@ else
curl -X POST -H "Authorization: Bearer $ACCESS_TOKEN" \
-F "status=$title
($url)" \
($url) #NSFW" \
-F "spoiler_text=NSFW Meme" \
-F "media_ids[]=$MEDIA_ID" \
"$INSTANCE_URL/api/v1/statuses"