Skip to content

Add compatibility routes for converted mastodon instances

lain requested to merge mastodon-migration-compat into develop

This will make it possible to fetch activities and object again, at least for posts.

Thought about making it optional, but it's literally just two lines of code in router.ex that should not be a problem for any instance, converted or not. For unconverted instances, it will just 404/redirect as before.

Closes #1797 (closed)

Merge request reports