-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[GH-300]: Fixed the JS error while posting meeting link to thread view #307
Conversation
…sue mattermost#300 (#7) * [MI-3560]: Fixed the issue mattermost#300 * [MI-3560]: Removed extra packages * [MI-3560]: Reverted the changes of package-lock.json
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #307 +/- ##
==========================================
+ Coverage 19.33% 23.51% +4.17%
==========================================
Files 9 9
Lines 1479 1212 -267
==========================================
- Hits 286 285 -1
+ Misses 1138 874 -264
+ Partials 55 53 -2
☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work on this @Kshitij-Katiyar 👍
LGTM, assuming getChannelIdForThread
concern is addressed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested and approved
Working fine, LGTM!
Summary
Fixed the JS error which was caused while viewing a thread in the Threads view of the zoom plugin.
What to test?
Steps to reproduce
Environment:
MM version: v7.8.2
Node version: 14.18.0
Go version: 1.19.0
Ticket Link
Fixes #300