mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-01-18 18:38:07 +00: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
1 changed files with 1 additions and 0 deletions
|
@ -72,6 +72,7 @@ class GoogleChat extends NotificationProvider {
|
||||||
|
|
||||||
// construct json data
|
// construct json data
|
||||||
let data = {
|
let data = {
|
||||||
|
fallbackText: chatHeader["title"],
|
||||||
cardsV2: [
|
cardsV2: [
|
||||||
{
|
{
|
||||||
card: {
|
card: {
|
||||||
|
|
Loading…
Reference in a new issue