]> git.mxchange.org Git - friendica.git/commitdiff
Add additional and not supported fields/QPs on the Mastodon Timeline Endpoints
authorHank Grabowski <hankgrabowski@gmail.com>
Thu, 23 Feb 2023 03:43:32 +0000 (22:43 -0500)
committerHank Grabowski <hankgrabowski@gmail.com>
Thu, 23 Feb 2023 03:43:32 +0000 (22:43 -0500)
doc/API-Mastodon.md

index 94068dab64199a30da5cf25168f4d92f8e2c9f9e..0383d89492704c7e1cab3e6b7618c5849a037c1e 100644 (file)
@@ -204,9 +204,18 @@ Example:
 - [`GET /api/v1/tags/:id/unfollow`](https://docs.joinmastodon.org/methods/tags/#unfollow)
 - [`GET /api/v1/timelines/direct`](https://docs.joinmastodon.org/methods/timelines/)
 - [`GET /api/v1/timelines/home`](https://docs.joinmastodon.org/methods/timelines/)
+       - Additional field `with_muted` Pleroma extension to return notifications from muted users, defaults to `false`
+    - Additional field `exclude_replies` to only return post statuses not replies/comments, defaults to `false`
 - [`GET /api/v1/timelines/list/:id`](https://docs.joinmastodon.org/methods/timelines/)
+       - Additional field `with_muted` Pleroma extension to return notifications from muted users, defaults to `false`
+       - Additional field `exclude_replies` to only return post statuses not replies/comments, defaults to `false`
 - [`GET /api/v1/timelines/public`](https://docs.joinmastodon.org/methods/timelines/)
+       - Additional field `with_muted` Pleroma extension to return notifications from muted users, defaults to `false`
+       - Additional field `exclude_replies` to only return post statuses not replies/comments, defaults to `false`
 - [`GET /api/v1/timelines/tag/:hashtag`](https://docs.joinmastodon.org/methods/timelines/)
+       - Additional field `with_muted` Pleroma extension to return notifications from muted users, defaults to `false`
+       - Additional field `exclude_replies` to only return post statuses not replies/comments, defaults to `false`
+    - Does not support the `any[]`, `all[]`, or `none[]` query parameters
 - [`GET /api/v1/trends`](https://docs.joinmastodon.org/methods/instance/trends/)
 - [`GET /api/v1/trends/links`](https://github.com/mastodon/mastodon/pull/16917)
 - [`GET /api/v1/trends/statuses`](https://docs.joinmastodon.org/methods/trends/#statuses)