Don't notify on minor wiki edits
New config available, which prevents chat notifications on minor edits.
This commit is contained in:
parent
fff5a044fe
commit
d3b07c59bf
@ -54,4 +54,6 @@ if (!isset($hpc_attached)) die();
|
|||||||
$wgHubotMovedArticle = true;
|
$wgHubotMovedArticle = true;
|
||||||
// Article edited
|
// Article edited
|
||||||
$wgHubotEditedArticle = true;
|
$wgHubotEditedArticle = true;
|
||||||
|
// Article edited, minor change
|
||||||
|
$wgHubotEditedArticleMinorChange = false;
|
||||||
?>
|
?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user