mirror of
https://github.com/healthchecks/healthchecks.git
synced 2025-04-08 14:40:05 +00:00
Add "stops working Apr 2025" note to LINE Notify integrations
https://notify-bot.line.me/closing-announce
This commit is contained in:
parent
a88a6daf38
commit
0e6a52d7af
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ TRANSPORTS: dict[str, tuple[str, type[transports.Transport]]] = {
|
|||
"github": ("GitHub", transports.GitHub),
|
||||
"gotify": ("Gotify", transports.Gotify),
|
||||
"group": ("Group", transports.Group),
|
||||
"linenotify": ("LINE Notify", transports.LineNotify),
|
||||
"linenotify": ("LINE Notify (stops working Apr 2025)", transports.LineNotify),
|
||||
"matrix": ("Matrix", transports.Matrix),
|
||||
"mattermost": ("Mattermost", transports.Mattermost),
|
||||
"msteams": ("MS Teams Connector (stops working Jan 2025)", transports.MsTeams),
|
||||
|
|
Loading…
Add table
Reference in a new issue