Skip to content

Commit

Permalink
fixup! fixup! better detection of MP related alerts for grouping
Browse files Browse the repository at this point in the history
  • Loading branch information
struan committed Dec 4, 2024
1 parent 52521db commit 5638cfa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions classes/AlertView/Standard.php
Original file line number Diff line number Diff line change
Expand Up @@ -633,6 +633,7 @@ protected function setUserData() {
$add = false;
# need to add this to make it consistent so the front end know where to get the name
$alert['spokenby'] = [$term];
$this->data['all_keywords'][] = $term;
$this->data['spoken_alerts'][$term][] = $alert;
}
if ($add) {
Expand Down

0 comments on commit 5638cfa

Please sign in to comment.