ckolderup / postmarks

a single-user bookmarking website designed to live on the Fediverse
https://postmarks.glitch.me
MIT License
456 stars 38 forks source link

Redirect /u/ and /m/ URLS for actor and messages #106

Closed ckolderup closed 10 months ago

ckolderup commented 10 months ago

This will fix the problem where embeds on Mastodon posts, the "show original" link in many clients, and clicking on the username on the user profile on Mastodon were redirecting to a raw JSON page in your browser. We still respond with JSON when it's requested in various forms (I left it open-ended since other Postmarks instances aren't correctly requesting the LD version of JSON yet).

Closes #33.