mattermost / mattermost-plugin-zoom

Zoom plugin for Mattermost :electric_plug:
Apache License 2.0
107 stars 68 forks source link

/zoom settings [command] should be corrected. #312

Closed AayushChaudhary0001 closed 10 months ago

AayushChaudhary0001 commented 10 months ago

If the user runs "/zoom settings [command]", the [command] does not accept any value and instead shows an unknown action error.

Steps to reproduce:

  1. Run the "/zoom settings [command]" slash command.
  2. Provide any value (Yes, No, Ask) as the value of the command.

The user receives an error for an unknown action.

The argument "[command]" can be removed from the slash command suggestion.

image

image