This commit is contained in:
2019-12-04 18:38:14 +03:00
parent 662a3d6744
commit 506cb6b00f
2 changed files with 3 additions and 5 deletions

View File

@@ -108,7 +108,7 @@ class ChannelHelperBotModuleConfig(TelegramBotModuleConfig):
i.type = 'venue'
i.args = json.dumps([v.location.latitude, v.location.longitude, v.title, v.address, v.foursquare_id])
elif hasattr(m, 'text') and m.text:
i.type = 'text'
i.type = 'message'
i.args = json.dumps([m.text_html, 'html'])
if self.queued: