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;
|
||||
// Article edited
|
||||
$wgHubotEditedArticle = true;
|
||||
// Article edited, minor change
|
||||
$wgHubotEditedArticleMinorChange = false;
|
||||
?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user