summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/Service/RecordingService.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/Service/RecordingService.php b/lib/Service/RecordingService.php
index e3f01bbfc..2e8abd6ed 100644
--- a/lib/Service/RecordingService.php
+++ b/lib/Service/RecordingService.php
@@ -160,10 +160,6 @@ class RecordingService {
public function notifyStoredRecording(Room $room, Participant $participant, File $file): void {
$attendee = $participant->getAttendee();
- $notificationLevel = $attendee->getNotificationLevel();
- if ($notificationLevel === Participant::NOTIFY_NEVER) {
- return;
- }
$notification = $this->notificationManager->createNotification();