Skip to content

Commit

Permalink
T13303: Make every Echo event an alert on softcellwiki (#5847)
Browse files Browse the repository at this point in the history
It was reported to not really work on Discord... Maybe going alerts
would be better?

https://issue-tracker.miraheze.org/T13303#266801

<https://wm-bot.wmcloud.org/browser/index.php?start=03%2F05%2F2025&end=03%2F05%2F2025&display=%23miraheze-tech>:
```
[05/03/2025 15:40] <MirahezeRelay> <theoneandonlylegroom> can you make the other way round
[05/03/2025 15:40] <MirahezeRelay> <theoneandonlylegroom> notifs to alerts
```
  • Loading branch information
BlankEclair authored Mar 5, 2025
1 parent a7a961e commit 3094def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LocalWiki.php
Original file line number Diff line number Diff line change
Expand Up @@ -876,7 +876,7 @@ function onBeforePageDisplay( OutputPage $out ) {
global $wgEchoNotifications;

foreach ( $wgEchoNotifications as &$event ) {
$event['section'] = 'message';
$event['section'] = 'alert';
}
};

Expand Down

0 comments on commit 3094def

Please sign in to comment.