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.isAnEmailChannel ||
|
||||||
this.isAWebWidgetInbox ||
|
this.isAWebWidgetInbox ||
|
||||||
this.isAPIInbox ||
|
this.isAPIInbox ||
|
||||||
this.isAWhatsAppChannel
|
this.isAWhatsAppChannel ||
|
||||||
|
this.isATelegramChannel
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
isSignatureEnabledForInbox() {
|
isSignatureEnabledForInbox() {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user