diff --git a/react/features/chat/middleware.js b/react/features/chat/middleware.js index 553da4446..8dc0295af 100644 --- a/react/features/chat/middleware.js +++ b/react/features/chat/middleware.js @@ -104,7 +104,7 @@ MiddlewareRegistry.register(store => next => action => { unreadCount = 0; if (typeof APP !== 'undefined') { - APP.API.notifyChatUpdated(unreadCount, true); + APP.API.notifyChatUpdated(unreadCount, false); } dispatch(setActiveModalId());