Commit f343d0ee056744987e9a85d88b352107a3b690c0
1 parent
88119fba33
Exists in
master
disable direct reply
Showing 1 changed file with 3 additions and 0 deletions Side-by-side Diff
index.js
... | ... | @@ -145,6 +145,9 @@ function forwardMessageToEvo(sender, message, ts) { |
145 | 145 | logger.verbose('Evo response not in xml format'); |
146 | 146 | return; |
147 | 147 | } |
148 | + | |
149 | + return; | |
150 | + | |
148 | 151 | logger.info('Evo response in xml format', {response: parsedResponse}); |
149 | 152 | if (parsedResponse.response.text) { |
150 | 153 | sendMessage(sender, parsedResponse.response.text[0].trim()); |