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:
trwnh 2020-07-10 05:28:00 -05:00 committed by GitHub
parent dc87541c92
commit 864610c67e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 176 additions and 94 deletions

View file

@ -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