Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6060293793 | |||
| afce764ce9 |
@@ -1068,11 +1068,6 @@ export const makeMessagesSocket = (config: SocketConfig) => {
|
||||
return 'media'
|
||||
}
|
||||
|
||||
// Carousel with images → media type for Web real-time rendering
|
||||
if (normalizedMessage.interactiveMessage?.carouselMessage) {
|
||||
return 'media'
|
||||
}
|
||||
|
||||
return 'text'
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user