From cdb8a1b14047d573766a48e344e34e809a3a8833 Mon Sep 17 00:00:00 2001 From: beeps Date: Wed, 30 Oct 2024 22:30:14 +0000 Subject: [PATCH] Default status visibility to unlisted --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 0c1a518..89aa2db 100644 --- a/index.js +++ b/index.js @@ -41,6 +41,7 @@ M.post("media", { M.post("statuses", { status: status, media_ids: [id], + visibility: "unlisted", }) .then((res) => { console.log(res.data);