Skip to content

Commit

Permalink
[mattermostGH-119] Add slash-command autocomplete functionality (matt…
Browse files Browse the repository at this point in the history
…ermost#149)

* update mattermost-server dependency version

* set up slash-command autocomplete functionality

* update readme

* fix linting error

* run 'go mod tidy'

* fix minor bug

* re-register the command upon configuration change
  • Loading branch information
utkuufuk authored Jul 31, 2020
1 parent d6e2dff commit 28c93e7
Show file tree
Hide file tree
Showing 6 changed files with 275 additions and 114 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,13 @@

Start and join voice calls, video calls and use screen sharing with your team members via Zoom.

Usage & Setup Guide
-----
## Usage & Setup Guide
### Commands
* **`/zoom start`** — Start a zoom meeting.
* **`/zoom disconnect`** — Disconnect from zoom (if OAuth is enabled).
* **`/zoom help`** — Display help message.

Check our [GitBook](https://app.gitbook.com/@mattermost/s/plugin-zoom/) for all the documentation regarding to this plugin.
Check our [GitBook](https://app.gitbook.com/@mattermost/s/plugin-zoom/) for further documentation about this plugin.

## Development

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.12

require (
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/mattermost/mattermost-server/v5 v5.23.1
github.com/mattermost/mattermost-server/v5 v5.25.1
github.com/mholt/archiver/v3 v3.3.0
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.6.1
Expand Down
Loading

0 comments on commit 28c93e7

Please sign in to comment.