fix(Omnichannel): Open expanded view (galery mode) for image attachments from livechat#31990
fix(Omnichannel): Open expanded view (galery mode) for image attachments from livechat#31990kodiakhq[bot] merged 13 commits intodevelopfrom
Conversation
🦋 Changeset detectedLatest commit: 09d6951 The changes in this PR will be included in the next version bump. This PR includes changesets to release 32 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #31990 +/- ##
===========================================
- Coverage 54.88% 54.86% -0.03%
===========================================
Files 2307 2307
Lines 50943 50925 -18
Branches 10423 10399 -24
===========================================
- Hits 27960 27938 -22
- Misses 20477 20483 +6
+ Partials 2506 2504 -2
Flags with carried forward coverage won't be shown. Click here to find out more. |
MarcosSpessatto
left a comment
There was a problem hiding this comment.
Also, let's add a test to cover this scenario, if I understood correctly the problem is not to have the files property within the msg object. We can send a file message through the Livechat API and then get the message(chat.getMessage) to ensure the files are there.
a80ce99 to
e066a15
Compare
|
Looks like this PR is ready to merge! 🎉 |
Co-authored-by: Kevin Aleman <kaleman960@gmail.com>
Co-authored-by: Kevin Aleman <kaleman960@gmail.com>
|
/backport 6.6.7 |
…nts from livechat (#31990)
|
/patch |
…nts from livechat (#31990)
|
Pull request #32256 added to Project: "Patch 6.7.1" |
…nts from livechat (#31990)
…nts from livechat (#31990)
Fix open expanded view (galery mode) for image attachments sent by livechat widget
Proposed changes (including videos or screenshots)
Issue(s)
Steps to test or reproduce
Further comments
SUP-499