From 30bf7a5e23ce95ae6189ce1d0866d89e71924fbd Mon Sep 17 00:00:00 2001
From: nino <ninofocus@gmail.com>
Date: Wed, 29 May 2024 22:22:05 +0800
Subject: [PATCH] fix: update Feishu notification provider configuration

---
 server/notification-providers/feishu.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/server/notification-providers/feishu.js b/server/notification-providers/feishu.js
index 45c4c9830..cd5331d2a 100644
--- a/server/notification-providers/feishu.js
+++ b/server/notification-providers/feishu.js
@@ -28,7 +28,7 @@ class Feishu extends NotificationProvider {
                     msg_type: "interactive",
                     card: {
                         config: {
-                            update_multi: true,
+                            update_multi: false,
                             wide_screen_mode: true,
                         },
                         header: {
@@ -58,7 +58,7 @@ class Feishu extends NotificationProvider {
                     msg_type: "interactive",
                     card: {
                         config: {
-                            update_multi: true,
+                            update_multi: false,
                             wide_screen_mode: true,
                         },
                         header: {