Skip to content
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

Merged
merged 4 commits into from
Oct 27, 2023

Conversation

Kshitij-Katiyar
Copy link
Contributor

Summary

Fixed the JS error which was caused while viewing a thread in the Threads view of the zoom plugin.

What to test?

  • Whether we are able to create the Zoom meeting in the Threads view with CRT enabled without any errors.
  • Whether we are able to create the Zoom meeting in the Channel view without any errors.
Steps to reproduce
  1. Have CRT enabled, and open the Threads view
  2. Open a thread that pops into the RHS
  3. Click the Zoom button on the right
Environment:

MM version: v7.8.2
Node version: 14.18.0
Go version: 1.19.0

Ticket Link

Fixes #300

…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
Copy link

codecov bot commented Oct 12, 2023

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (cd9bb0b) 19.33% compared to head (bc9a9c1) 23.51%.

❗ Current head bc9a9c1 differs from pull request most recent head 36af3a7. Consider uploading reports for the commit 36af3a7 to get more accurate results

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     
Files Coverage Δ
server/http.go 20.00% <50.00%> (+14.81%) ⬆️

... and 6 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mickmister mickmister added the 3: QA Review Requires review by a QA tester label Oct 12, 2023
Copy link
Contributor

@mickmister mickmister left a 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

webapp/src/client/client.js Outdated Show resolved Hide resolved
webapp/src/index.js Outdated Show resolved Hide resolved
Copy link
Contributor

@AayushChaudhary0001 AayushChaudhary0001 left a 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!

@avas27JTG avas27JTG merged commit f50692b into mattermost:master Oct 27, 2023
9 checks passed
@avas27JTG avas27JTG deleted the MM-300 branch October 27, 2023 13:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3: QA Review Requires review by a QA tester
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Zoom plugin while viewing a thread in the Threads view causes a JS error
4 participants