Add chat ID in the console
parent
cf8841cdfa
commit
13e1d1267d
|
@ -220,6 +220,7 @@ define([
|
|||
setTimeout(saveChanges);
|
||||
}
|
||||
padChatChannel = channel;
|
||||
console.error('Chat ID:', channel);
|
||||
ctx.sframeChan.query('Q_CHAT_OPENPADCHAT', channel, function (err, obj) {
|
||||
if (err || (obj && obj.error)) { console.error(err || (obj && obj.error)); }
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue