Updated Notify_misskey (markdown)

master
Chris Caron 2024-12-17 14:38:21 -05:00
parent 75ff1c2da9
commit 130d3f8a31
1 changed files with 1 additions and 1 deletions

@ -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:<br/>:red_circle: `public`: your note will be visible to all users and will show up on all timelines (home, local, social, global).<br/>Note: If your account is _silenced_, you cannot set your note visibility to public.<br/>: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.<br/>: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.<br/>: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.
| visibility | No | The Misskey visibility you want to operate in. Possible values are:<br/>:red_circle: `public`: your note will be visible to all users and will show up on all timelines (home, local, social, global).<br/>Note: If your account is _silenced_, you cannot set your note visibility to public.<br/>: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.<br/>: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.<br/>:red_circle: `specified`: 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 :