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
When executing a slash (/) command inside a thread in EmbeddedChat, the server response is incorrectly sent to the main room chat instead of the active thread.
Steps to reproduce:
Go to Embedded chat
Type any message
Make it a thread
Use any "/" command in the threads, the message will be send to the main chat rather than being sent in the respective thread.
Expected behavior:
The / command response from the RocketChat server should be rendered in that particular thread only.
Actual behavior:
The / command response is being sent to the main chat room instead of being rendered in that respective thread.