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

View File

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