adapted chatmessage to display statuses
This commit is contained in:
parent
55917125a8
commit
a58cdd954d
9 changed files with 85 additions and 20 deletions
|
|
@ -196,6 +196,14 @@
|
|||
/>
|
||||
</article>
|
||||
</div>
|
||||
<div
|
||||
v-if="isChatView"
|
||||
class="thread-body"
|
||||
>
|
||||
<ChatMessageList
|
||||
:messages="conversation"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue