mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-03 12:37:56 +00:00
feat: Use inbox image as avatar for the bot (#6859)
This commit is contained in:
@@ -78,6 +78,9 @@ export default {
|
||||
const { available_name: availableName, name } = this.sender;
|
||||
return availableName || name;
|
||||
}
|
||||
if (this.useInboxAvatarForBot) {
|
||||
return this.channelConfig.websiteName;
|
||||
}
|
||||
return this.$t('UNREAD_VIEW.BOT');
|
||||
},
|
||||
availabilityStatus() {
|
||||
|
||||
Reference in New Issue
Block a user