mirror of
https://github.com/mastodon/mastodon.git
synced 2026-07-28 14:47:25 -05:00
Opening an interaction-authorization link for a collection hosted on a server the instance had not encountered before failed with a "not found" error, because resolving the remote collection only looked its owning account up locally and gave up when that account was unknown. The server now fetches the owning account when it is not already known before resolving the collection, so these links work on first visit. This completes the partial fix from #39287. Fixes #39281. Assisted-by: Claude Code |
||
|---|---|---|
| .. | ||
| chewy | ||
| controllers | ||
| helpers | ||
| inputs | ||
| javascript | ||
| lib | ||
| mailers | ||
| models | ||
| policies | ||
| presenters | ||
| serializers | ||
| services | ||
| validators | ||
| views | ||
| workers | ||