From 496c042c7c8f92124b62891914e5c20e70568af6 Mon Sep 17 00:00:00 2001 From: shylinux Date: Tue, 15 Nov 2022 23:14:08 +0800 Subject: [PATCH] opt some --- core/chat/header.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/chat/header.go b/core/chat/header.go index b9cf99aa..b70ec698 100644 --- a/core/chat/header.go +++ b/core/chat/header.go @@ -85,7 +85,7 @@ func init() { aaa.AVATAR: {Hand: _header_users}, web.SHARE: {Hand: _header_share}, "webpack": {Hand: ctx.CmdHandler("webpack", "build")}, - }, aaa.BlackAction("webpack")), Hand: func(m *ice.Message, arg ...string) { + }, ctx.ConfAction(SSO, ""), aaa.BlackAction("webpack")), Hand: func(m *ice.Message, arg ...string) { if gdb.Event(m, HEADER_AGENT); !_header_check(m, arg...) { return }