From ec0249012de13827bc12d4efe08a1741f63a3eb6 Mon Sep 17 00:00:00 2001 From: HF Date: Sun, 14 Aug 2022 11:04:57 +0200 Subject: [PATCH] debug ping append --- src/store/actions/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/store/actions/index.js b/src/store/actions/index.js index 7f3e586..fa2f264 100644 --- a/src/store/actions/index.js +++ b/src/store/actions/index.js @@ -769,6 +769,7 @@ export function unmuteChatChannel(cid) { export function addToChatInputMessage(windowId, msg, focus = true) { return (dispatch, getState) => { const args = getState().windows.args[windowId]; + console.log(getState().windows.args, args); let inputMessage = args && args.inputMessage; if (!inputMessage) { inputMessage = '';