Jayden Bailey 47eb223dee derp
2018-12-09 17:18:36 +00:00
2018-09-11 19:35:37 +01:00
2018-12-09 17:18:36 +00:00
2018-09-09 21:39:26 +01:00
2018-12-09 15:43:42 +00:00
2018-07-12 22:32:10 +02:00
2018-12-09 15:43:42 +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
  • BlockIpComplete - User blocked
  • UnblockUserComplete - User unblocked
  • UserGroupsChanged - User rights changed
  • UploadComplete - File was uploaded
  • FileDeleteComplete - File revision was deleted
  • FileUndeleteComplete - File revision was restored
S
Description
MediaWiki extension that sends notifications to Matrix
Readme MIT 462 KiB
Languages
PHP 100%