Add Twitter compatibility redirects
This commit is contained in:
parent
e9d66248b5
commit
05f7577e09
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ export default (store) => {
|
|||
// Redirects from Mastodon, Soapbox FE, etc. to fix old bookmarks
|
||||
{ path: '/@:username/posts/:statusId', redirect: '/notice/:statusId' },
|
||||
{ path: '/@:username/:statusId', redirect: '/notice/:statusId' },
|
||||
{ path: '/:username/status/:statusId', redirect: '/notice/:statusId' },
|
||||
|
||||
{ name: 'public-external-timeline', path: '/main/all', component: PublicAndExternalTimeline },
|
||||
{ name: 'public-timeline', path: '/main/public', component: PublicTimeline },
|
||||
|
|
Loading…
Reference in a new issue