Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ap: _misskey_followedMessage #241

Merged
merged 1 commit into from
Sep 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions content/ns.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,18 @@ This field can only take the value of `true` (or be absent).

Used on actors to indicate that they in some way identify as a cat, expressed as a boolean value.
If this property is set to `true`, displaying the actor or their notes will have some special effects attached in some clients.

## `_misskey_followedMessage`
- compact IRI: `misskey:_misskey_followedMessage`
- canonical IRI: `https://misskey-hub.net/ns#_misskey_followedMessage`

This value is used for `Actor` type objects to show message on followed.

This property must be either `null` or a string if existent.
The value is customized message. In other word, it can be set arbitrary by an account.

Misskey shows the value on notification to new followee when:
- The property is set,
- value is a string,
- the followee's Misskey is 2024.9.0-alpha.11 or later,
- and one who has set this property gets followed by the followee