Provide a channel header menu action and /cleanup-channel slash command so system administrators can remove all messages from a channel, with admin checks enforced on both the web app and server. Configure CI and release workflows for the Forgejo runner and signed plugin bundles. Co-authored-by: Cursor <cursoragent@cursor.com>
9 lines
115 B
JSON
9 lines
115 B
JSON
{
|
|
"root": true,
|
|
"extends": [
|
|
"plugin:@mattermost/react"
|
|
],
|
|
"rules": {
|
|
"header/header": "off"
|
|
}
|
|
}
|