Add 3-level Mastodon compatibility route

This commit is contained in:
Alex Gleason 2021-09-21 18:30:34 -05:00
parent 1f474c167b
commit a8673c8e54
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -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='/' />