Make an example of using the Custom Status plugin API methods #146
Labels
Difficulty/1:Easy
Easy ticket
Good First Issue
Suitable for first-time contributors
Hacktoberfest
Help Wanted
Community help wanted
Tech/Go
Type/Enhancement
New feature or improvement of existing feature
Up For Grabs
Ready for help from the community. Removed when someone volunteers
With the additions from mattermost/mattermost#17435 (comment), plugins can now access the APIs around managing a user's custom status. This makes it so plugins can:
The task here is to create slash commands to make use of these newly added methods:
/demo custom_status get
/demo custom_status update (...value)
/demo custom_status delete
Each command should reflect the current user's custom status state.
You will need to deploy the commit from the PR mattermost/mattermost#17435 to have access to the plugin API methods. To checkout this code:
cd mattermost-server
- wherever you have this on your filesystemhub pr checkout 17435
The text was updated successfully, but these errors were encountered: