summaryrefslogtreecommitdiffstats
path: root/src/api/mastodon
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/mastodon')
-rw-r--r--src/api/mastodon/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/api/mastodon/index.ts b/src/api/mastodon/index.ts
index 2d8636e..d0de0a0 100644
--- a/src/api/mastodon/index.ts
+++ b/src/api/mastodon/index.ts
@@ -52,6 +52,7 @@ export async function createStatus(
52 media_ids: [attachmentId], 52 media_ids: [attachmentId],
53 sensitive: true, 53 sensitive: true,
54 spoiler_text: spoilerText, 54 spoiler_text: spoilerText,
55 visibility: "unlisted",
55 }, 56 },
56 }) 57 })
57 .json<Status>(); 58 .json<Status>();