From 533501deb6086953d546639ab94e402d91470ce5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Thu, 17 Nov 2022 12:10:29 +0100 Subject: [PATCH] fixup! --- conference.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conference.js b/conference.js index cd4737bb7..a7363bd49 100644 --- a/conference.js +++ b/conference.js @@ -137,6 +137,7 @@ import { setNoiseSuppressionEnabled } from './react/features/noise-suppression/a import { DATA_CHANNEL_CLOSED_NOTIFICATION_ID, NOTIFICATION_TIMEOUT_TYPE, + hideNotification, isModerationNotificationDisplayed, showNotification, showWarningNotification @@ -2070,6 +2071,7 @@ export default { room.on( JitsiConferenceEvents.DATA_CHANNEL_OPENED, () => { APP.store.dispatch(dataChannelOpened()); + APP.store.dispatch(hideNotification(DATA_CHANNEL_CLOSED_NOTIFICATION_ID)); } );