From 96e0e21f8b029635e1951e497e77dbb61ea407b5 Mon Sep 17 00:00:00 2001 From: pllx Date: Tue, 28 Apr 2026 14:04:07 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=B1=8F=E8=94=BD=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E5=88=B7=E6=96=B0=E5=90=8E=E4=B8=8D=E6=81=A2=E5=A4=8D=EF=BC=88?= =?UTF-8?q?=E7=BC=BA=E5=B0=91=E4=BB=8E=E6=9C=8D=E5=8A=A1=E7=AB=AF=E8=AF=BB?= =?UTF-8?q?=E5=8F=96=E7=9A=84=E5=88=86=E6=94=AF=E9=80=BB=E8=BE=91=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/chat/partials/scripts.blade.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/views/chat/partials/scripts.blade.php b/resources/views/chat/partials/scripts.blade.php index e2cd093..c6fa6b2 100644 --- a/resources/views/chat/partials/scripts.blade.php +++ b/resources/views/chat/partials/scripts.blade.php @@ -184,6 +184,8 @@ // 恢复屏蔽发送者 if (shouldMigrate && storedBlockedSenders.length > 0) { window.chatState.blockedSystemSenders = new Set(storedBlockedSenders); + } else if (initialChatPreferences.blocked_system_senders.length > 0) { + window.chatState.blockedSystemSenders = new Set(initialChatPreferences.blocked_system_senders); } // 恢复禁音状态