Skip to content

Commit

Permalink
fixed #278
Browse files Browse the repository at this point in the history
  • Loading branch information
windka committed Oct 19, 2022
1 parent 545ef30 commit 1d8f531
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog
All notable changes to this project will be documented in this file.

# [14.8.3] - 2022-10-19
### fixed answerCallbackQuery - [#278](https://github.com/windkh/node-red-contrib-telegrambot/issues/278)

# [14.8.2] - 2022-10-19
### fixed editmessagemedia - [#277](https://github.com/windkh/node-red-contrib-telegrambot/issues/277)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-red-contrib-telegrambot",
"version": "14.8.2",
"version": "14.8.4",
"description": "Telegram bot nodes for Node-RED",
"dependencies": {
"bluebird": "^3.7.2",
Expand Down
2 changes: 2 additions & 0 deletions telegrambot/99-telegrambot.js
Original file line number Diff line number Diff line change
Expand Up @@ -1628,6 +1628,8 @@ module.exports = function (RED) {
};

this.processMessage = function (botMsg) {
let telegramBot = this.config.getTelegramBot();

node.status({
fill: 'green',
shape: 'ring',
Expand Down

0 comments on commit 1d8f531

Please sign in to comment.