remove chat mode from thread display settings, instead use dedicated page for chat convos
This commit is contained in:
parent
7b4fef365e
commit
c6ac897802
13 changed files with 303 additions and 249 deletions
|
|
@ -65,6 +65,15 @@ export default (store) => {
|
|||
component: ConversationPage,
|
||||
meta: { dontScroll: true },
|
||||
},
|
||||
{
|
||||
name: 'conversation2',
|
||||
path: '/conversation/:statusId',
|
||||
component: defineAsyncComponent(
|
||||
() => import('src/components/chat_view/chat_view.vue'),
|
||||
),
|
||||
props: true,
|
||||
beforeEnter: validateAuthenticatedRoute,
|
||||
},
|
||||
{ name: 'quotes', path: '/notice/:id/quotes', component: QuotesTimeline },
|
||||
{
|
||||
name: 'remote-user-profile-acct',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue