Yoctol / bottender

⚡️ A framework for building conversational user interfaces.
https://bottender.js.org
MIT License
4.21k stars 334 forks source link

[Messenger] Typing indicator not being turned off after the bot sends the message #977

Open theGBguy opened 2 years ago

theGBguy commented 2 years ago

Bug Description I followed this example messenger-typing to display typing on and typing off sender actions. The indicator is displayed but not turned off even after the message is sent. It is only turned off after 20 seconds which is default turning off period for the typing indicator.

Expected behavior A typing indicator to be shown initially and to be dismissed when the bot sends the message.