mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-01-02 00:10:42 +02:00
Add fallback text
Adding fallback text to use in notifications and platforms that don't support cards
This commit is contained in:
parent
be2faf64ce
commit
f3fbea8e53
@ -72,6 +72,7 @@ class GoogleChat extends NotificationProvider {
|
||||
|
||||
// construct json data
|
||||
let data = {
|
||||
fallbackText: chatHeader["title"],
|
||||
cardsV2: [
|
||||
{
|
||||
card: {
|
||||
|
Loading…
Reference in New Issue
Block a user