fix(notifications) Fix recording start notif not disappearing

pull/9977/head jitsi-meet_6347
hmuresan 4 years ago committed by Horatiu Muresan
parent 52e9e90b3a
commit 6a6146727f
  1. 2
      react/features/recording/actions.any.js

@ -204,7 +204,7 @@ export function showStartedRecordingNotification(
}
}
dispatch(showNotification(dialogProps));
dispatch(showNotification(dialogProps, NOTIFICATION_TIMEOUT));
};
}

Loading…
Cancel
Save