diff --git a/index.js b/index.js index 3286ce7..32acfc6 100644 --- a/index.js +++ b/index.js @@ -1208,6 +1208,10 @@ async function dispatchUiMessage (platform, msg, hooks = {}) { return true } if (t === 'typing-start' || t === 'typing') { + log.debug('typing.ipc', { + channelId: platform.activeChannelId, + mode: platform.mode + }) platform.signalTyping() return true }