Skip to content

Commit

Permalink
Merge pull request #1023 from adriel12319/main
Browse files Browse the repository at this point in the history
Fix Ios Response Button
  • Loading branch information
DavidsonGomes authored Nov 1, 2024
2 parents 1665654 + 8f86c9d commit 08192a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/getConversationMessage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const getTypeMessage = (msg: any) => {
msg?.message?.viewOnceMessageV2?.message?.audioMessage?.url,
listResponseMessage: msg?.message?.listResponseMessage?.title,
responseRowId: msg?.message?.listResponseMessage?.singleSelectReply?.selectedRowId,
templateButtonReplyMessage: msg?.message?.templateButtonReplyMessage?.selectedId,
templateButtonReplyMessage: msg?.message?.templateButtonReplyMessage?.selectedId || msg?.message?.buttonsResponseMessage?.selectedButtonId,
// Medias
audioMessage: msg?.message?.speechToText
? msg?.message?.speechToText
Expand Down

0 comments on commit 08192a0

Please sign in to comment.