mirror of
https://github.com/chatwoot/chatwoot.git
synced 2026-07-01 21:03:46 +08:00
Twilio voice now uses first-class `Call` records as the source of truth for call state, instead of storing it on `conversation.additional_attributes` and `conversation.identifier`. Each call gets its own record, its own `voice_call` bubble matched by `call_sid`, and its own conference name keyed off `Call.id`. Multiple calls on the same conversation (for `lock_to_single_conversation` inboxes) now work correctly, and the conversation card stays in sync with the real latest message. Fixes https://linear.app/chatwoot/issue/PLA-121/lock-to-single-thread --------- Co-authored-by: Muhsin <12408980+muhsin-k@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| CardAvatar.vue | ||
| CardContent.vue | ||
| CardLabels.vue | ||
| CardLabelsV5.vue | ||
| CardMessagePreview.vue | ||
| CardMessagePreviewWithMeta.vue | ||
| CardPriorityIcon.vue | ||
| CardStatusIcon.vue | ||
| ConversationCard.story.vue | ||
| ConversationCard.vue | ||
| ConversationCardExpanded.vue | ||
| MessagePreview.vue | ||
| SLACardLabel.vue | ||
| UnreadBadge.vue | ||
| VoiceCallStatus.vue | ||