fix old chats not working
This commit is contained in:
parent
ca4fa0da3e
commit
0482ec2da2
3 changed files with 20 additions and 5 deletions
|
|
@ -251,9 +251,10 @@ export default (store) => {
|
|||
routes = routes.concat([
|
||||
{
|
||||
name: 'chat',
|
||||
path: '/users/:username/chats/:recipient_id',
|
||||
path: '/users/:username/chats/:chatUserId',
|
||||
component: () => import('src/components/chat_view/chat_view.vue'),
|
||||
meta: { dontScroll: false },
|
||||
props: true,
|
||||
beforeEnter: validateAuthenticatedRoute,
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue