From ebd5340e895ae41bf8f4c7f9be15392cebe997c5 Mon Sep 17 00:00:00 2001 From: Vitor Mattos Date: Mon, 16 Jan 2023 11:33:31 -0300 Subject: Fix room name and integration test Signed-off-by: Vitor Mattos --- lib/Notification/Notifier.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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), ], ]) -- cgit v1.2.3