summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorVitor Mattos <vitor@php.rio>2023-01-23 13:17:35 -0300
committerVitor Mattos <vitor@php.rio>2023-01-23 13:17:35 -0300
commit2a1d71c3f8d0f69acdfad6279134839d1ddaa757 (patch)
treedca13a3521e208e879f4b4ff86a5b5d599d8b37b /lib
parent7bee38ff2469efcc34d8e8ada8108df88a2ba212 (diff)
Notify always
https://github.com/nextcloud/spreed/pull/8550#discussion_r1084194777 Signed-off-by: Vitor Mattos <vitor@php.rio>
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();