-
Notifications
You must be signed in to change notification settings - Fork 71
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-199] Added a ephemeral message if the user is using PMI and his/her PMI setting is disable on Zoom. #324
Merged
Merged
Changes from 8 commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
20fb84d
[MI-3763] Added a emhemeral message if the user is using PMI and his/…
raghavaggarwal2308 6fff252
[MI-3763] Fix the issue for PMI setting "Ask"
raghavaggarwal2308 b32765b
[MI-3763] Fixed a minor issue
raghavaggarwal2308 dc8c0d8
[MI-3763] Fix issues:
raghavaggarwal2308 a4411cf
Merge branch 'master' of github.com:mattermost/mattermost-plugin-zoom…
raghavaggarwal2308 aef9479
[MI-3763] Review fix
raghavaggarwal2308 b325fc6
[MI-3763] Create a meeting with unique ID if PMI is disabled on zoom
raghavaggarwal2308 56c0575
Merge branch 'master' into MM-199
raghavaggarwal2308 8285087
[MM-4] Review fixes: Send generic error in case of error while creati…
raghavaggarwal2308 51d0260
Merge branch 'MM-199' of github.com:Brightscout/mattermost-plugin-zoo…
raghavaggarwal2308 7abbc3e
[MM-4] Review fix
raghavaggarwal2308 4e45cd1
Merge branch 'master' into MM-199
raghavaggarwal2308 8d5efc2
Merge branch 'master' into MM-199
raghavaggarwal2308 b0b4f3b
[MM-4] Review fixes
raghavaggarwal2308 7bc8155
Merge branch 'master' into MM-199
raghavaggarwal2308 5d65870
Merge branch 'master' into MM-199
raghavaggarwal2308 31298da
Merge branch 'master' into MM-199
avas27JTG File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Does this call to
http.Error
make this error show in the client? Maybe we want something more user-friendly if so. Wondering about the other calls tohttp.Error
as wellThere 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.
@mickmister Yes, the error is shown to the client. Do you want us to show the user a generic message whenever we get an API error?
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.
It depends how low-level or cryptic these errors are. I trust your judgment on this
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.
@mickmister Updated, displaying a generic error to the user now.