From 13e1d1267dae0bceea7d444023cd16a06a2286b0 Mon Sep 17 00:00:00 2001 From: yflory Date: Thu, 23 Apr 2020 15:08:13 +0200 Subject: [PATCH] Add chat ID in the console --- www/common/sframe-common.js | 1 + 1 file changed, 1 insertion(+) diff --git a/www/common/sframe-common.js b/www/common/sframe-common.js index 0eb35b824..97efe0674 100644 --- a/www/common/sframe-common.js +++ b/www/common/sframe-common.js @@ -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)); } });