Fixed Markdown/Parse mode for Telegram (#15066)

* Updated Install-LibreNMS.md

Default PHP version of Debian 11 (following this documentation) is 8.2 currently, instead of 8.1

* Fixed Markdown/Parse mode for Telegram
This commit is contained in:
Tim de Boer
2023-05-26 00:56:19 +02:00
committed by GitHub
parent 2b3575a5e9
commit ed0dee6487

View File

@@ -45,7 +45,7 @@ class Telegram extends Transport
];
if ($format) {
$params['format'] = $this->config['telegram-format'];
$params['parse_mode'] = $this->config['telegram-format'];
}
if (! empty($this->config['message-thread-id'])) {