summaryrefslogtreecommitdiffstats
path: root/lib/Notification/Notifier.php
diff options
context:
space:
mode:
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 a396e79fd..674413147 100644
--- a/lib/Notification/Notifier.php
+++ b/lib/Notification/Notifier.php
@@ -315,7 +315,7 @@ class Notifier implements INotifier {
'call' => [
'type' => 'call',
'id' => $room->getId(),
- 'name' => $room->getDisplayName((string) $participant->getAttendee()->getId()),
+ 'name' => $room->getDisplayName((string) $participant->getAttendee()->getActorId()),
'call-type' => $this->getRoomType($room),
],
])