Merge branch 'develop' into fix/conv-status

This commit is contained in:
Muhsin Keloth
2025-08-14 14:44:41 +05:30
committed by GitHub
1293 changed files with 48847 additions and 4710 deletions
@@ -36,10 +36,11 @@ const transformInbox = ({
email,
channelType,
phoneNumber,
medium,
...rest
}) => ({
id,
icon: getInboxIconByType(channelType, phoneNumber, 'line'),
icon: getInboxIconByType(channelType, medium, 'line'),
label: generateLabelForContactableInboxesList({
name,
email,