mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
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:
@@ -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'])) {
|
||||
|
Reference in New Issue
Block a user