Deploy the new fedora-messaging emitter for mediawiki to prod. Yolo.

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2023-07-05 15:32:19 +02:00
parent 286d31fb07
commit 586733c645
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD

View file

@ -653,10 +653,5 @@ error_reporting(E_ALL ^ E_NOTICE);
# during their work day.
$wgObjectCacheSessionExpiry = 36000;
{% if env == "staging" %}
# Fedora Messaging
wfLoadExtension( 'FedoraMessaging' );
{% else %}
# Fedmsg
require_once "$IP/extensions/fedmsg-emit.php";
{% endif %}