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
@garychapman has already worked on the issue of setting up a queue with a timed delay between each send from Hubot. His work needs to be integrated with the v2 adapter and it would be great if that also included sending the isTyping event notification to the server, showing the bot is working on it's next message.
The text was updated successfully, but these errors were encountered:
These approaches could be merged and added to the SDK, to delay replies and consecutive sends to the same room, triggering the bot is typing display. Or maybe it should be specific to the adapter? Putting a pin in this one. 📌
Sending typing for sure... Delaying... I think that should be adapter.. or a separate method on sdk. Because sdk is js. Might not just be bots using it.
Related to RocketChat/Rocket.Chat#9337
@garychapman has already worked on the issue of setting up a queue with a timed delay between each send from Hubot. His work needs to be integrated with the v2 adapter and it would be great if that also included sending the
isTyping
event notification to the server, showing the bot is working on it's next message.The text was updated successfully, but these errors were encountered: