summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorVitor Mattos <vitor@php.rio>2023-01-16 11:33:31 -0300
committerVitor Mattos <vitor@php.rio>2023-01-16 11:33:31 -0300
commitebd5340e895ae41bf8f4c7f9be15392cebe997c5 (patch)
treec9af5319ef0302cdc1852e0b7723230cf26c7ed8 /lib
parentf44a9f7662dbdcb2b0dddd2a18566378e897e7e8 (diff)
Fix room name and integration test
Signed-off-by: Vitor Mattos <vitor@php.rio>
Diffstat (limited to 'lib')
-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),
],
])