ocamlot icon indicating copy to clipboard operation
ocamlot copied to clipboard

Mastodon UX interop(?) /activity/ vs /post/

Open mlinksva opened this issue 2 years ago • 1 comments

https://mastodon.social/@[email protected]/110286424755582597

Open original link gets https://ocamlot.xyz/activity/065e55c0-1ccd-4eb2-a8c2-b48b4fffb037 which obtains some json, instead of https://ocamlot.xyz/post/065e55c0-1ccd-4eb2-a8c2-b48b4fffb037 which is probably what a user wants to see.

mlinksva avatar Apr 30 '23 18:04 mlinksva

Ah, perfect, thanks for the report! I guess if the request content-type is text/html I should probably redirect to the posts endpoint.

kiranandcode avatar May 01 '23 02:05 kiranandcode