externalCommand 'go' does not work properly after clicking quoting messages

Description:

externalCommand ‘go’ does not work properly after I click quoting messages. clicking quoting messages fires chat.getMessage and i guess it puts query param the end of url in rocket.chat.
by the way, when i try to open the room which i have already opened before, externalCommand ‘go’ works well. that’s why i click twice to open the room, it works.

Steps to reproduce:

  1. click on quoting message which calls ‘chat.getMessage’
  2. open other room with externalCommand: ‘go’
  3. it does NOT go to the room which I want to open but return to previous room which I click the quotes
  4. if i try once more to open the room, it opens properly.

Expected behavior:

it has to open the other room

Actual behavior:

it returns back to previous room and fires chat.getMessage api