HTML-Mode bei Remind muss natürlich aktiviert werden...

This commit is contained in:
Andreas Bielawski 2016-10-04 20:29:13 +02:00
parent ceacb1319f
commit 8e6a865b0c
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ function remind:cron(config)
-- Otherwise, add it to the replacement table.
if time > reminder.time then
local output = '<b>ERINNERUNG:</b>\n"'..utilities.html_escape(reminder.message)..'"'
local res = utilities.send_message(chat_id, output, true, nil, true)
local res = utilities.send_message(chat_id, output, true, nil, 'HTML')
-- If the message fails to send, save it for later (if enabled in config).
if res or not config.remind.persist then
group[k] = nil