user notes and custom thumbnails (#792)
* AnnouncementReactions and examples * add `note` to Relationship entity * normalize entity filenames * add user note to api * add user note to api * add thumbnail param to media api * add icon as thumbnail
This commit is contained in:
parent
dc87541c92
commit
864610c67e
5 changed files with 176 additions and 94 deletions
|
@ -32,7 +32,7 @@ The first-class Object types supported by Mastodon are `Note` and `Question`.
|
|||
* Notes are transformed into regular statuses.
|
||||
* Questions are transformed into a poll status.
|
||||
|
||||
Some other Object types are converted as best as possible. The transformer uses `content` if available, or `name` if not, in order to generate status text. The `url` will be appended. The `summary` property will be used as the CW text.
|
||||
Some other Object types are converted as best as possible. The transformer uses `content` if available, or `name` if not, in order to generate status text. The `url` will be appended. The `summary` property will be used as the CW text. The `icon` will be used as a thumbnail.
|
||||
|
||||
* Article
|
||||
* Page
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue