You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is not possible to have multiple chat windows on the same page.
When there are multiple chat windows and you scroll up to the fetch more messages, only the first chat window will fetch new messages and will also trigger this event on the second chat window.
In the second chat window there will be no fetch more messages event when you scroll up.
We are using the chat component in multiple popup windows to communicate with multiple users at the same time.
Describe the bug
It is not possible to have multiple chat windows on the same page.
When there are multiple chat windows and you scroll up to the fetch more messages, only the first chat window will fetch new messages and will also trigger this event on the second chat window.
In the second chat window there will be no fetch more messages event when you scroll up.
We are using the chat component in multiple popup windows to communicate with multiple users at the same time.
Steps to reproduce
Room 11
and no messages will be fetchedRoom 10
Room 10
andRoom 11
will fetch new messagesExpected behavior
Each chat component should behave independent
Screenshots
Here is an example of our website:

Device (please complete the following information)
The text was updated successfully, but these errors were encountered: