mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-02 12:08:01 +00:00
feat: Adds multiple attachment support for Telegram channel (#10883)
This commit is contained in:
@@ -326,7 +326,8 @@ export default {
|
||||
this.isAnEmailChannel ||
|
||||
this.isAWebWidgetInbox ||
|
||||
this.isAPIInbox ||
|
||||
this.isAWhatsAppChannel
|
||||
this.isAWhatsAppChannel ||
|
||||
this.isATelegramChannel
|
||||
);
|
||||
},
|
||||
isSignatureEnabledForInbox() {
|
||||
|
||||
Reference in New Issue
Block a user