Patched Mattermost Playbooks plugin — license check removed for Slash fork (MIT licensed)
- Go 100%
| server | ||
| .gitignore | ||
| CHANGELOG.md | ||
| plugin.json | ||
| README.md | ||
slash-playbooks-plugin
Patched build of the Mattermost Playbooks plugin (v2.8.1) for the Slash fork.
Change: The IsE10LicensedOrDevelopment license gate in server/plugin.go has been removed, allowing the plugin to activate on open-source Mattermost builds.
The Playbooks plugin is MIT licensed. See LICENSE.txt in the upstream repo:
https://github.com/mattermost/mattermost-plugin-playbooks
What This Repo Contains
server/plugin.go— patched plugin entry point (license check removed)server/manifest.go— auto-generated from plugin.jsonserver/dist/plugin-linux-amd64— compiled binary (linux/amd64)plugin.json— plugin manifest
Upstream
Based on: https://github.com/mattermost/mattermost-plugin-playbooks/tree/v2.8.1