2018-12-08 17:28:53 +00:00
2018-09-11 19:35:37 +01:00
2018-12-08 17:28:53 +00:00
2018-09-09 21:39:26 +01:00
2018-12-08 17:28:53 +00:00
2018-07-12 22:32:10 +02:00
2018-12-08 17:28:53 +00:00

Discord (mw-discord)

MediaWiki extension for sending notifications to a Discord webhook from MediaWiki.

Requirements

  • Discord webhook URL: This can be obtained by editing a channel on a server with the correct permissions.
  • MediaWiki 1.31+

Configuration

  • $wgDiscordWebhookURL - A string or array containing webhook URLs

Optional

  • $wgDiscordNoBots - Do not send notifications that are triggered by a bot account - default: true
  • $wgDiscordNoMinor - Do not send notifications that are for minor edits - default: false
  • $wgDiscordNoNull - Do not send notifications for null edits - default: true

Hooks used

  • PageContentSaveComplete - New edits to pages and page creations
  • ArticleDeleteComplete - Page deletions
  • ArticleUndelete - Page restorations
  • ArticleRevisionVisibilitySet - Revision visibility changes
  • ArticleProtectComplete - Page protections
  • TitleMoveComplete - Page moves
  • LocalUserCreated - User registrations
S
Description
MediaWiki extension that sends notifications to Matrix
Readme MIT 462 KiB
Languages
PHP 100%