Skip to content

Commit ea924b7

Browse files
committed
Document client API compatibility fix
Note the Mastodon-compatible trends and suggestions stub endpoints in the changelog so the client compatibility fix is visible in the next release notes. #421 #427 Assisted-by: OpenCode:gpt-5.5
1 parent fc2d1ee commit ea924b7

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,11 @@ To be released.
144144
editor and is now returned from `GET /api/v1/preferences`, which helps
145145
clients like Phanpy honor each account's preferred CW behavior. [[#425]]
146146

147+
- Fixed Mastodon API compatibility for clients such as the official Mastodon
148+
iOS app by returning empty arrays for unimplemented trends and suggestions
149+
endpoints instead of `404 Not Found` responses. The suggestions endpoints
150+
still require an authenticated user token. [[#421], [#427] by Vignesh]
151+
147152
- Added a new dashboard page for thumbnail cleanup at `/thumbnail_cleanup`.
148153
Thumbnails from remote posts that have not been bookmarked, liked, reacted
149154
to, shared nor quoted by a local account before a given cut-off data can
@@ -159,8 +164,10 @@ To be released.
159164
[#357]: https://github.com/fedify-dev/hollo/issues/357
160165
[#409]: https://github.com/fedify-dev/hollo/issues/409
161166
[#420]: https://github.com/fedify-dev/hollo/issues/420
167+
[#421]: https://github.com/fedify-dev/hollo/issues/421
162168
[#424]: https://github.com/fedify-dev/hollo/issues/424
163169
[#425]: https://github.com/fedify-dev/hollo/issues/425
170+
[#427]: https://github.com/fedify-dev/hollo/pull/427
164171
[#435]: https://github.com/fedify-dev/hollo/issues/435
165172
[#436]: https://github.com/fedify-dev/hollo/pull/436
166173
[#445]: https://github.com/fedify-dev/hollo/issues/445

0 commit comments

Comments
 (0)