mattermost-community / mattermost-plugin-solar-lottery

A tool somewhat similar to pager duty, allows to have rotations with magic "solar lottery" scheduling, or overrides.
Apache License 2.0
4 stars 10 forks source link

Add slash command autocomplete functionality #37

Open iomodo opened 4 years ago

iomodo commented 4 years ago

From 5.24 MM server has a slash command autocomplete functionality feature. An API can be found here To implement the feature add AutocompleteData struct to the Command when registering a slash command.

Similar PRs: For Todo plugin https://github.com/mattermost/mattermost-plugin-todo/pull/69 For Agenda plugin https://github.com/mattermost/mattermost-plugin-agenda/pull/40