mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-24 07:54:13 +00:00
Followup to I95dc3d70c8: Get rid of job queue entry for email bundling
Bug: T135446 Change-Id: I6afa2b16fa16632577486410e9d47f2ec94ad5e7
This commit is contained in:
parent
1bc15bb805
commit
6cccb9c32b
1
Echo.php
1
Echo.php
|
@ -51,7 +51,6 @@ require __DIR__ . "/autoload.php";
|
|||
|
||||
// Queable jobs
|
||||
$wgJobClasses['EchoNotificationJob'] = 'EchoNotificationJob';
|
||||
$wgJobClasses['MWEchoNotificationEmailBundleJob'] = 'MWEchoNotificationEmailBundleJob';
|
||||
// Job to delete older notifications
|
||||
$wgJobClasses['EchoNotificationDeleteJob'] = 'EchoNotificationDeleteJob';
|
||||
|
||||
|
|
Loading…
Reference in a new issue