Add 3-level Mastodon compatibility route

profile-avatar-switcher
Alex Gleason 2021-09-21 18:30:34 -05:00
rodzic 1f474c167b
commit a8673c8e54
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

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