chore: Disable API channel reply editor outside 24h window (#13664)

This commit is contained in:
Sivin Varghese
2026-02-26 16:05:05 +05:30
committed by GitHub
parent 3ddab3ab26
commit 109b43aadb
3 changed files with 14 additions and 5 deletions

View File

@@ -380,7 +380,11 @@ export default {
@click="$emit('selectContentTemplate')"
/>
<VideoCallButton
v-if="(isAWebWidgetInbox || isAPIInbox) && !isOnPrivateNote"
v-if="
(isAWebWidgetInbox || isAPIInbox) &&
!isOnPrivateNote &&
!isEditorDisabled
"
:conversation-id="conversationId"
/>
<transition name="modal-fade">