From e27dd08e2f51d289a610bb1474209260af6e9e68 Mon Sep 17 00:00:00 2001 From: System Administrator Date: Mon, 6 May 2019 10:45:54 +0300 Subject: [PATCH] version 0.0.14 --- index.js | 3 ++- telegram.ih | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index b7b1583..76957bf 100644 --- a/index.js +++ b/index.js @@ -51,6 +51,7 @@ function telegram_message({ from, text }) { if (user) { plugin.debug(`msg -> id:${from.id}, text:${text}`); plugin.setChannelsData([{ id: 'incoming_message', value: text, ext: { userid: from.id, update: Date.now()} }]) + plugin.setChannelsData([{ id: 'incoming_message', value: text + " ", ext: { userid: from.id, update: Date.now()} }]) // telegram.sendText(from.id, `Received: ${text}`); } else { telegram_user_not_found(from.id) @@ -62,7 +63,7 @@ function telegram_debug(text) { } function start(options) { - plugin.debug("version: 0.0.12"); + plugin.debug("version: 0.0.14"); plugin.setChannels([{ id: 'incoming_message', desc: 'incoming_message' }]); diff --git a/telegram.ih b/telegram.ih index 45d87ea..2bbae73 100644 --- a/telegram.ih +++ b/telegram.ih @@ -4,5 +4,5 @@ "activation": false, "resources": false, "cross": true, - "version":"0.0.12" + "version":"0.0.14" }