mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-02 12:08:01 +00:00
feat: Add inbox info to previous conversations (#2491)
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
v-for="conversation in previousConversations"
|
v-for="conversation in previousConversations"
|
||||||
:key="conversation.id"
|
:key="conversation.id"
|
||||||
:chat="conversation"
|
:chat="conversation"
|
||||||
:hide-inbox-name="true"
|
:hide-inbox-name="false"
|
||||||
:hide-thumbnail="true"
|
:hide-thumbnail="true"
|
||||||
class="compact"
|
class="compact"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user