Merge branch 'develop' into fix/audio-retry

This commit is contained in:
Muhsin Keloth
2026-03-05 09:00:48 +04:00
committed by GitHub
11 changed files with 171 additions and 10 deletions
@@ -81,6 +81,7 @@ const isDelivered = computed(() => {
isATwilioChannel.value ||
isASmsInbox.value ||
isAFacebookInbox.value ||
isAnInstagramChannel.value ||
isATiktokChannel.value
) {
return sourceId.value && status.value === MESSAGE_STATUS.DELIVERED;