diff --git a/bigbluebutton-html5/imports/ui/components/components-data/chat-context/adapter.jsx b/bigbluebutton-html5/imports/ui/components/components-data/chat-context/adapter.jsx
index db21f6b4d11bc7f2c2bc118d845778eea6995990..df919bbd09d7ea85b7161123acd1cc8ce50c08ce 100644
--- a/bigbluebutton-html5/imports/ui/components/components-data/chat-context/adapter.jsx
+++ b/bigbluebutton-html5/imports/ui/components/components-data/chat-context/adapter.jsx
@@ -103,7 +103,7 @@ const Adapter = () => {
         });
       }
     });
-  }, [Meteor.status().connected]);
+  }, [Meteor.status().connected, Meteor.connection._lastSessionId]);
 
   return null;
 };