mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-05-25 08:02:34 +02:00
fix: add notification-fallback for better google chat popups (#5476)
Co-authored-by: Frank Elsinga <frank@elsinga.de>
This commit is contained in:
parent
03beef8006
commit
7dc6191b0a
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…
Add table
Reference in a new issue