iceshrimp/packages/backend/src/server/api/mastodon/endpoints
fruye b62b1d43d6 fix: Run to boolean conversion in mastoAPI public and hashtag timelines
The `only_media` query parameter in `/api/v1/timelines/public` and
`/api/v1/timelines/tag/:hashtag` was previously passed directly as-is to
the Misskey API, which made it pretty upset because it was receiving a
string named 'true' instead of the value 'true'.

Needed for pleromaFE to display a timeline.
2023-03-15 23:09:19 +01:00
..
account.ts Proxy object IDs for Mastodon API to prevent Calckey ID format incompatibilities 2023-03-11 16:02:35 -05:00
auth.ts more mastodon work 2023-02-28 17:23:04 +01:00
filter.ts fix: correct megalodon import 2023-02-11 17:23:30 -08:00
meta.ts more mastodon work 2023-02-28 17:23:04 +01:00
notifications.ts fix: correct megalodon import 2023-02-11 17:23:30 -08:00
search.ts fix errors 2023-02-28 17:38:48 +01:00
status.ts more mastodon work 2023-02-28 17:23:04 +01:00
timeline.ts fix: Run to boolean conversion in mastoAPI public and hashtag timelines 2023-03-15 23:09:19 +01:00