This commit is contained in:
a 2023-05-10 08:56:10 -04:00
parent 1b2c25fa82
commit a7fdcd29a5
3 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1 @@
boolean. if true, can be used as a hint that the actor will not immediately or automatically Accept your Follow.

View File

@ -0,0 +1,3 @@
when using mastodon's definition of Move, indicates that the current account has migrated to the linked account.
see [Move]({{<relref "Move">}}) for more

View File

@ -0,0 +1,3 @@
boolean. if true, indicates that the information contained within the object (content, etc) is considered "sensitive", in the sense that viewer discretion may be advised, e.g. "NSFW" material.
when encountered, usually the assumption is that the object's content will be hidden or collapsed behind a warning of some sort. in mastodon, the `summary` will be used as the text of the warning, and the `content` will be hidden below it; furthermore, anything in `attachment` will be hidden behind a sensitive content click-through instead of being directly previewable.