vk-to-telegram
Advanced tools
Comparing version 0.3.1 to 0.3.2
@@ -81,3 +81,3 @@ const Telegram = require('telegraf/telegram') | ||
extra.disable_web_page_preview = false | ||
return telegram.sendMessage(chatId, `<a href="${utils.photo.getHQ(photo)}"> </a>${text}`, extra) | ||
return telegram.sendMessage(chatId, `<a href="${utils.photo.getHQ(photo)}">\u{E0020}</a>${text}`, extra) | ||
} | ||
@@ -111,3 +111,3 @@ }, | ||
? utils.video.getPreview(video) | ||
: video.player}"> </a>${text | ||
: video.player}">\u{E0020}</a>${text | ||
? `${text}\n\n` | ||
@@ -114,0 +114,0 @@ : ''}<a href="https://vk.com/video${video.owner_id}_${video.id}">${video.title |
{ | ||
"name": "vk-to-telegram", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "Vk to telegram forwarder", | ||
@@ -5,0 +5,0 @@ "author": "ejnshtein", |
@@ -71,3 +71,3 @@ # vk to telegram forwarder | ||
| Application Content | `Yes` | | ||
| Poll | **Not yet**, but forwarder will send link to poll. | | ||
| Poll | **Not yet**, but forwarder will send link to poll. (Native polls soon) | | ||
| Audio(s) | **NO.** Why? [Read here](https://vk.com/dev/audio). | | ||
@@ -74,0 +74,0 @@ | Album(s) | `Yes` | |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
41325