🐛(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:
committed by
aleb_the_flash
parent
a97895c383
commit
ca38c4851f
@@ -98,6 +98,7 @@ export const MainNotificationToast = () => {
|
||||
case NotificationType.ScreenRecordingLimitReached:
|
||||
toastQueue.add(
|
||||
{
|
||||
participant,
|
||||
type: notification.type,
|
||||
},
|
||||
{ timeout: NotificationDuration.ALERT }
|
||||
|
||||
Reference in New Issue
Block a user