feat: Adds multiple attachment support for Telegram channel (#10883)

This commit is contained in:
Sivin Varghese 2025-02-12 14:43:58 +05:30 committed by GitHub
parent 4a088e0663
commit 5adc5c7de6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -326,7 +326,8 @@ export default {
this.isAnEmailChannel ||
this.isAWebWidgetInbox ||
this.isAPIInbox ||
this.isAWhatsAppChannel
this.isAWhatsAppChannel ||
this.isATelegramChannel
);
},
isSignatureEnabledForInbox() {