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

**URL:** https://forums.rocket.chat/t/externalcommand-go-does-not-work-properly-after-clicking-quoting-messages/18920
**Category:** Development
**Created:** [December 19, 2023, 8:27am UTC](https://forums.rocket.chat/t/externalcommand-go-does-not-work-properly-after-clicking-quoting-messages/18920 "2023-12-19T08:27:36Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![hyangki](https://avatars.discourse-cdn.com/v4/letter/h/7ab992/32.png) [@hyangki](https://forums.rocket.chat/u/hyangki)
#### Post date: [December 19, 2023, 8:27am UTC](https://forums.rocket.chat/t/externalcommand-go-does-not-work-properly-after-clicking-quoting-messages/18920/1 "2023-12-19T08:27:36Z")

</div>

### 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
