diff --git a/lib/Notification/Notifier.php b/lib/Notification/Notifier.php index 4e49f78ecfa..aff49bd1998 100644 --- a/lib/Notification/Notifier.php +++ b/lib/Notification/Notifier.php @@ -395,7 +395,7 @@ protected function parseStoredRecording( ], ]); - if ($notification->getSubject() !== 'transcript_failed') { + if ($notification->getSubject() !== 'transcript_failed' && $notification->getSubject() !== 'summary_failed') { $notification->addParsedAction($shareAction); $notification->addParsedAction($dismissAction); }