summaryrefslogtreecommitdiffstats
path: root/lib/Notification/Notifier.php
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-02-21 10:20:29 +0100
committerJoas Schilling <coding@schilljs.com>2023-02-21 10:20:29 +0100
commite0d4e7a70de76bea5bae6cbfe24e771669a27a9c (patch)
treea80ee07bd10e409de09142a94012c82a7d17b908 /lib/Notification/Notifier.php
parentb5b80b2305d7e5c41bb0ed3552bc1cfd391a1656 (diff)
Change notification object type for better handling in mobile clients
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/Notification/Notifier.php')
-rw-r--r--lib/Notification/Notifier.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Notification/Notifier.php b/lib/Notification/Notifier.php
index 07fae5d02..f9f4420a7 100644
--- a/lib/Notification/Notifier.php
+++ b/lib/Notification/Notifier.php
@@ -297,7 +297,7 @@ class Notifier implements INotifier {
return $temp;
}
- private function parseStoredRecording(
+ protected function parseStoredRecording(
INotification $notification,
Room $room,
Participant $participant,