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
|
|
@ -74,9 +74,10 @@
|
|||
>
|
||||
<UserPopover
|
||||
v-if="chatItem.isHead"
|
||||
:user-id="author.id"
|
||||
:user-id="authorId"
|
||||
>
|
||||
<UserAvatar
|
||||
v-if="author"
|
||||
:compact="true"
|
||||
:user="author"
|
||||
/>
|
||||
|
|
@ -202,7 +203,7 @@
|
|||
{{ ' ' }}
|
||||
<router-link
|
||||
class="timeago faint"
|
||||
:to="{ name: 'conversation', params: { id: message.id } }"
|
||||
:to="{ name: 'conversation2', params: { statusId: message.id } }"
|
||||
>
|
||||
<Timeago
|
||||
:time="message.created_at"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue