From 5638cfa08322d6ecd7336d80653f732955a381f0 Mon Sep 17 00:00:00 2001 From: Struan Donald Date: Wed, 4 Dec 2024 12:15:08 +0000 Subject: [PATCH] fixup! fixup! better detection of MP related alerts for grouping --- classes/AlertView/Standard.php | 1 + 1 file changed, 1 insertion(+) diff --git a/classes/AlertView/Standard.php b/classes/AlertView/Standard.php index 8b4487ed89..288d641416 100644 --- a/classes/AlertView/Standard.php +++ b/classes/AlertView/Standard.php @@ -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) {