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
@compulim I don't believe there is an issue with the typing indicator. The echo typing command makes Mock Bot echo typing activities sent from the user, so the typing activities that are being displayed are for the bot - not the user. If you set sendTypingIndicator to true and don't send the the echo typing command, the typing indicator is not displayed when the user types.
// When "echo-typing" is enabled on MockBot, it will echo back all typing indicator send from the user.conststore=window.WebChat.createStore({},({ dispatch })=>next=>action=>{if(action.type==='DIRECT_LINE/CONNECT_FULFILLED'){dispatch({type: 'WEB_CHAT/SEND_MESSAGE',payload: {text: 'echo-typing'}});}returnnext(action);});
Probably related to recent typing indicator PR #2912.
Version
master
as of today.Describe the bug
When
sendTyping
is set totrue
, the typing indicator should not show up for oneself.Steps to reproduce
Expected behavior
The typing indicator should not show up.
Today, the typing indicator show up.
Additional context
[Bug]
The text was updated successfully, but these errors were encountered: