Skip to content

Commit

Permalink
Default status visibility to unlisted
Browse files Browse the repository at this point in the history
  • Loading branch information
querkmachine authored Oct 30, 2024
1 parent 43930ab commit cdb8a1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ M.post("media", {
M.post("statuses", {
status: status,
media_ids: [id],
visibility: "unlisted",
})
.then((res) => {
console.log(res.data);
Expand Down

0 comments on commit cdb8a1b

Please sign in to comment.