regression: Thread file upload#32368
Conversation
|
|
Looks like this PR is ready to merge! 🎉 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## release-6.8.0 #32368 +/- ##
=================================================
- Coverage 55.41% 55.41% -0.01%
=================================================
Files 2370 2374 +4
Lines 52094 52143 +49
Branches 10653 10660 +7
=================================================
+ Hits 28868 28895 +27
+ Misses 20707 20697 -10
- Partials 2519 2551 +32
Flags with carried forward coverage won't be shown. Click here to find out more. |
debdutdeb
left a comment
There was a problem hiding this comment.
possible we get tests written for this?
|
do you know what caused this regression? just so we can take a look for other possible regressions as well |
|
@sampaiodiego This regression was caused by #32324 - when we reverted the encryption of file description. We missed reverting this one line. I don't think their are anymore regressions related to this. |
|
thx @yash-rajpal .. I'm bit confused though.. because this code used to add the whole const msg = await executeSendMessage(userId, {
// ...
...(msgData as Partial<IMessage>),
// ...
});why not make it like it was before? |
do you mean you didn't use |
|
I used |
Proposed changes (including videos or screenshots)
When the user uploads an image to a thread, it gets sent to the channel instead.
Issue(s)
Introduced here: #32324
Steps to test or reproduce
Further comments
CORE-421