mirror of
https://github.com/friendica/friendica
synced 2024-11-10 03:42:53 +00:00
Add Mastodon Notification Entity Extensions documentation
This commit is contained in:
parent
e0143618db
commit
a8661f1eff
1 changed files with 4 additions and 0 deletions
|
@ -31,6 +31,10 @@ For supported apps please have a look at the [FAQ](help/FAQ#clients)
|
||||||
|
|
||||||
These endpoints use the [Mastodon API entities](https://docs.joinmastodon.org/entities/). With some additional extensions listed below.
|
These endpoints use the [Mastodon API entities](https://docs.joinmastodon.org/entities/). With some additional extensions listed below.
|
||||||
|
|
||||||
|
### Notification Entities
|
||||||
|
Extensions to the [Mastodon Notification Entities](https://docs.joinmastodon.org/entities/Notification/)
|
||||||
|
* `dismissed`: whether the object has been dismissed or not
|
||||||
|
|
||||||
### Status Entities
|
### Status Entities
|
||||||
Extensions to the [Mastodon Status Entities](https://docs.joinmastodon.org/entities/Status/)
|
Extensions to the [Mastodon Status Entities](https://docs.joinmastodon.org/entities/Status/)
|
||||||
* `in_reply_to_status`: A fully populated Mastodon Status entity for the replied to status or null it is a post rather than a response
|
* `in_reply_to_status`: A fully populated Mastodon Status entity for the replied to status or null it is a post rather than a response
|
||||||
|
|
Loading…
Reference in a new issue