Don't notify on minor wiki edits

New config available, which prevents chat notifications on minor edits.
This commit is contained in:
Basti 2019-06-25 14:29:55 +02:00
parent fff5a044fe
commit d3b07c59bf
No known key found for this signature in database
GPG Key ID: BE4634D632D39B67

View File

@ -54,4 +54,6 @@ if (!isset($hpc_attached)) die();
$wgHubotMovedArticle = true;
// Article edited
$wgHubotEditedArticle = true;
// Article edited, minor change
$wgHubotEditedArticleMinorChange = false;
?>