summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-04-24 11:55:36 +0200
committerJoas Schilling <coding@schilljs.com>2023-04-24 11:55:36 +0200
commit46251c9042141ae41cac02988f3233564abef733 (patch)
tree3adc6cd677736adfa7f111daf912408f01d967e7
parent26f74213b2a04d4c52c4a8e5b1a86c2952a36fb1 (diff)
fix(notifications): Remove duplicate call to markProcessed() with recordings and transcripts
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--lib/Service/RecordingService.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Service/RecordingService.php b/lib/Service/RecordingService.php
index 92147e23a..00dac2e26 100644
--- a/lib/Service/RecordingService.php
+++ b/lib/Service/RecordingService.php
@@ -305,7 +305,6 @@ class RecordingService {
->setObject('recording', $room->getToken())
->setDateTime($this->timeFactory->getDateTime('@' . $timestamp))
->setUser($participant->getAttendee()->getActorId());
- $this->notificationManager->markProcessed($notification);
foreach (['record_file_stored', 'transcript_file_stored'] as $subject) {
$notification->setSubject($subject);