From aefa836406d0ee3353abe857478a9a71371fb289 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Wed, 17 Apr 2019 12:25:31 +0200 Subject: [PATCH] Revert "misc: don't show a warning on Safari with VP8" This reverts commit 9625be1db3f69ac31fbc073fd970c737be3ccf38. --- react/features/conference/functions.js | 1 - 1 file changed, 1 deletion(-) diff --git a/react/features/conference/functions.js b/react/features/conference/functions.js index 7f02af3fb..482651766 100644 --- a/react/features/conference/functions.js +++ b/react/features/conference/functions.js @@ -21,7 +21,6 @@ export function maybeShowSuboptimalExperienceNotification(dispatch, t) { && !browser.isFirefox() && !browser.isNWJS() && !browser.isElectron() - && !(browser.isSafariWithVP8() && browser.usesPlanB()) // Adding react native to the list of recommended browsers is not // necessary for now because the function won't be executed at all