I put a console.log() in
./node_modules/hubot-rocketchat/src/rocketchat_driver.js
to catch the parameters and response, when they call this.asteroid.apply(name, args);
the parameter name was “stream-notify-room”, and the args was:
[ ‘R6yfdoZhc7jDf9ZR3kNkJ2Q3Fj83kJKb4a/typing’, false, true ]
Has no efect with typping in chat bot, and the response of server was:
{ state: ‘pending’ }
If this product was deprecatte, (last update was in 4 years) deserved a warnnig, because on the admin/integration/bots, page there is a recommendation to use this implementation
Ps. Using from docker with image: rocketchat/hubot-rocketchat
thanks.