From cd5882b2eece5a9c5ecce81806a74f4ca02705ee Mon Sep 17 00:00:00 2001 From: root Date: Tue, 4 Feb 2025 08:52:06 +0800 Subject: [PATCH] add some --- base/web/dream.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/web/dream.go b/base/web/dream.go index ee12011b..d1eb4bce 100644 --- a/base/web/dream.go +++ b/base/web/dream.go @@ -455,7 +455,7 @@ func init() { } else if p := ProxyDomain(m, m.Option(mdb.NAME)); p != "" { m.ProcessOpen(p) } else { - m.ProcessOpen(S(m.Option(mdb.NAME))) + m.ProcessOpen(S(kit.Keys(m.Option(ice.MSG_USERPOD), m.Option(mdb.NAME)))) } }}, DREAM_OPEN: {Hand: func(m *ice.Message, arg ...string) {}},