From 0cfad016140e3cd5e6c0f8cc3e1b66ee07a1dda7 Mon Sep 17 00:00:00 2001 From: BlankEclair Date: Wed, 5 Mar 2025 15:42:09 +1100 Subject: [PATCH] T13303: Make every Echo event an alert on softcellwiki It was reported to not really work on Discord... Maybe going alerts would be better? https://issue-tracker.miraheze.org/T13303#266801 : [05/03/2025 15:40] can you make the other way round? [05/03/2025 15:40] notifs to alerts --- LocalWiki.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LocalWiki.php b/LocalWiki.php index 71fc28afd4..2f3336c0e1 100644 --- a/LocalWiki.php +++ b/LocalWiki.php @@ -876,7 +876,7 @@ function onBeforePageDisplay( OutputPage $out ) { global $wgEchoNotifications; foreach ( $wgEchoNotifications as &$event ) { - $event['section'] = 'message'; + $event['section'] = 'alert'; } };