Add 3-level Mastodon compatibility route

merge-requests/782/head
Alex Gleason 3 years ago
parent 1f474c167b
commit a8673c8e54
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

@ -231,6 +231,7 @@ class SwitchingColumnsArea extends React.PureComponent {
*/}
{/* Redirects from Mastodon, Pleroma FE, etc. to fix old bookmarks */}
<Redirect from='/web/:path1/:path2/:path3' to='/:path1/:path2/:path3' />
<Redirect from='/web/:path1/:path2' to='/:path1/:path2' />
<Redirect from='/web/:path' to='/:path' />
<Redirect from='/timelines/home' to='/' />

Loading…
Cancel
Save