Fix oembed attachments.

This commit is contained in:
Roger Braun 2017-02-17 10:16:29 +01:00
parent 2e874933a5
commit eb7156de0d
3 changed files with 7 additions and 4 deletions

View file

@ -44,7 +44,7 @@ const store = new Vuex.Store({
})
const routes = [
{ path: '/', redirect: '/main/all' },
{ name: 'root', path: '/', redirect: '/main/all' },
{ path: '/main/all', component: PublicAndExternalTimeline },
{ path: '/main/public', component: PublicTimeline },
{ path: '/main/friends', component: FriendsTimeline },