This plugin allows you to censor profanity on your Mattermost server.
Supported Mattermost Server Versions: 5.2+
- Go to the releases page of this Github repository and download the latest release for your Mattermost server.
- Upload this file in the Mattermost System Console under System Console > Plugins > Management to install the plugin. To learn more about how to upload a plugin, see the documentation.
- Activate the plugin at System Console > Plugins > Management.
Inside the /server
directory, you will find the Go files that make up the server-side of the plugin. Within there, build the plugin like you would any other Go application.
To configure what words are censored on your system, edit the /server/badwords.go
file.