From 75ff1c2da99dbc066e88f21740c0ddaa6db9de6f Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Tue, 17 Dec 2024 09:08:17 -0500 Subject: [PATCH] Updated Notify_misskey (markdown) --- Notify_misskey.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Notify_misskey.md b/Notify_misskey.md index 52a0890..7b30845 100644 --- a/Notify_misskey.md +++ b/Notify_misskey.md @@ -29,7 +29,7 @@ Simply use `misskey://` if accessing an insecure server and `misskeys://` if acc | Variable | Required | Description | --------------- | -------- | ----------- | token | Yes | The Access Token associated with the Application you created (in Misskey's Account Settings). Your token MUST have at the bare minimum `write:statuses` access. Additionally provide `write:media` if you intend to provide attachments. -| visibility | No | The Misskey visibility you want to operate in. Possible values are
`public`, `home`, `followers`, and `specified` +| visibility | No | The Misskey visibility you want to operate in. Possible values are:
:red_circle: `public`: your note will be visible to all users and will show up on all timelines (home, local, social, global).
Note: If your account is _silenced_, you cannot set your note visibility to public.
:red_circle: `home`: Your note will be visible to all users, but will not show up on the local, social or global timeline for non-followers.
:red_circle: `followers`: Your note will only be visible to those that are following you. The note will show up on all timelines of your followers.
:red_circle: `direct`: Your note will only be visible to individually specified users. The note will show up on all timelines of the specified users. If you enable this option, your note won't be federated to remote instances. #### Example Create a Misskey note on the `misskey.sda1.net` server :