Open iomodo opened 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.
AutocompleteData
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
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 theCommand
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