mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-12 09:26:05 +00:00
Fix missing doc part for mention status global
Change-Id: Ifdcc6605bb121523e3f8586f1d107d1407c711f3
This commit is contained in:
parent
39720f926b
commit
a04c10790a
2
Echo.php
2
Echo.php
|
@ -173,7 +173,7 @@ $wgEchoMaxUpdateCount = 2000;
|
|||
// The max number of mention notifications allowed for a user to send at once
|
||||
$wgEchoMaxMentionsCount = 50;
|
||||
|
||||
// Enable this when you want to enable mention failure notifications for the users.
|
||||
// Enable this when you want to enable mention failure and success notifications for the users.
|
||||
$wgEchoMentionStatusNotifications = false;
|
||||
|
||||
// The time interval between each bundle email in seconds
|
||||
|
|
Loading…
Reference in a new issue