global-functions: clickable links in telegram notifications

This commit is contained in:
Christian Hesse 2020-11-26 23:02:15 +01:00
parent d09baddac3
commit ca4e25283f
9 changed files with 29 additions and 30 deletions

View file

@ -99,8 +99,8 @@ $WaitFullyConnected;
"SSID: " . $Ssid . "\n" . \
"PSK: " . $NewPsk . "\n" . \
"Date: " . $Date . "\n\n" . \
"A client device specific rule must not exist!\n\n" . \
$Url) $Attach;
"A client device specific rule must not exist!") \
$Url $Attach;
}
}
}