🐛(frontend) fix missing participant name in recording toaster

Restore participant name display in transcription and recording toast
notifications that was accidentally removed in recent changes.

Simple regression fix to ensure proper participant identification in
notification messages.
This commit is contained in:
lebaudantoine
2025-08-22 02:26:39 +02:00
committed by aleb_the_flash
parent a97895c383
commit ca38c4851f

View File

@@ -98,6 +98,7 @@ export const MainNotificationToast = () => {
case NotificationType.ScreenRecordingLimitReached:
toastQueue.add(
{
participant,
type: notification.type,
},
{ timeout: NotificationDuration.ALERT }