debug ping append

This commit is contained in:
HF 2022-08-14 11:04:57 +02:00
parent 2f2a446c15
commit ec0249012d

View File

@ -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 = '';