Update README.md

This commit is contained in:
Marcin Czachurski 2023-01-29 08:12:50 +01:00 committed by GitHub
parent 7773aad78c
commit 76647ab80b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -35,7 +35,12 @@ Even if we save bookmark on the web, we don't have reflected that information in
Seems like reboost is working only from Pixelfed to Mastodon. When I'm following someone from Pixelfed
from my pixelfed account I don't see his reboost on my Pixelfed home timeline.
- **Trend are not availabe through the API**
- **Trends are not availabe through the API**
Pixelfed uses endpoint (GET): https://pixelfed.social/api/pixelfed/v2/discover/posts/trending?range=daily
This endpoint is not working in different servers e.g.: https://pxlmo.com/api/pixelfed/v2/discover/posts/trending?range=daily
- **Place is not available in the API**
In the status response there is no information about place.
That information is visible when using Pixelfed web app.