feat: Adds multiple attachment support for Telegram channel (#10883)
This commit is contained in:
parent
4a088e0663
commit
5adc5c7de6
@ -326,7 +326,8 @@ export default {
|
||||
this.isAnEmailChannel ||
|
||||
this.isAWebWidgetInbox ||
|
||||
this.isAPIInbox ||
|
||||
this.isAWhatsAppChannel
|
||||
this.isAWhatsAppChannel ||
|
||||
this.isATelegramChannel
|
||||
);
|
||||
},
|
||||
isSignatureEnabledForInbox() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user