Legoktm has uploaded a new change for review. https://gerrit.wikimedia.org/r/90865
Change subject: Add $wgAllowGlobalMessaging to the README ...................................................................... Add $wgAllowGlobalMessaging to the README Change-Id: Ib45abdb4dfd43ecc37dcd5dfd74c7e1b6cbbd725 --- M README.md 1 file changed, 4 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MassMessage refs/changes/65/90865/1 diff --git a/README.md b/README.md index ab340d1..9de34bc 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,10 @@ The account name that the bot will post with. If this is an existing account, the extension will automatically take it over. + $wgAllowGlobalMessaging = true; + +Whether to enable sending messages from one wiki to another. Can be disabled on all wikis except one "central wiki" which will keep the log entries in one location. + Messages are delivered using the [job queue](https://www.mediawiki.org/wiki/Manual:Job_queue). It is recommended that you set up a cron job to empty the queue rather than relying on web requests. You can view how many MassMessage jobs are still queued by visiting `Special:Version` on your wiki. -- To view, visit https://gerrit.wikimedia.org/r/90865 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ib45abdb4dfd43ecc37dcd5dfd74c7e1b6cbbd725 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/MassMessage Gerrit-Branch: master Gerrit-Owner: Legoktm <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
