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>
6 lines
342 B
JSON
6 lines
342 B
JSON
{
|
|
"plugin.cleanup_channel.menu": "Remove all messages",
|
|
"plugin.cleanup_channel.confirm": "Remove all messages from this channel? This action cannot be undone.",
|
|
"plugin.cleanup_channel.success": "Removed {count} message(s) from this channel.",
|
|
"plugin.cleanup_channel.error": "Failed to remove messages from this channel."
|
|
}
|