Skip to content

Add notice compatibility routes for other frontends

Alex Gleason requested to merge notice-routes into develop

Fixes #1785 (closed)

Adds several notice compatibility routes:

  • /@:nickname/:id - Mastodon
  • /@:nickname/posts/:id - Soapbox FE
  • /:nickname/status/:id - Twitter

Now frontends can make a choice between any of these routes, and metadata will be properly returned by them (as well as StaticFE support).

Merge request reports