fix: Hide conversation links in input_csat message in non-website channels (#5469)
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
This commit is contained in:
@@ -188,6 +188,10 @@ export default {
|
|||||||
return false;
|
return false;
|
||||||
},
|
},
|
||||||
message() {
|
message() {
|
||||||
|
if (this.contentType === 'input_csat') {
|
||||||
|
return this.$t('CONVERSATION.CSAT_REPLY_MESSAGE');
|
||||||
|
}
|
||||||
|
|
||||||
// If the message is an email, emailMessageContent would be present
|
// If the message is an email, emailMessageContent would be present
|
||||||
// In that case, we would use letter package to render the email
|
// In that case, we would use letter package to render the email
|
||||||
if (this.emailMessageContent && this.isIncoming) {
|
if (this.emailMessageContent && this.isIncoming) {
|
||||||
|
|||||||
Reference in New Issue
Block a user