From e152063510bfa5070f9ffce62599f13f7e115247 Mon Sep 17 00:00:00 2001 From: shy Date: Thu, 21 Dec 2023 16:54:48 +0800 Subject: [PATCH] add some --- core/chat/iframe.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/chat/iframe.go b/core/chat/iframe.go index d3149c79..3c4e52a0 100644 --- a/core/chat/iframe.go +++ b/core/chat/iframe.go @@ -66,7 +66,7 @@ func init() { }}, }, FavorAction(), mdb.HashAction(mdb.SHORT, web.LINK, mdb.FIELD, "time,hash,type,name,link")), Hand: func(m *ice.Message, arg ...string) { list := []string{m.MergePodCmd("", web.WIKI_PORTAL, log.DEBUG, m.Option(log.DEBUG))} - list = append(list, m.MergePodCmd(m.Option(ice.MSG_USERPOD), web.CHAT_PORTAL, log.DEBUG, m.Option(log.DEBUG))) + list = append(list, m.MergePodCmd("", web.CHAT_PORTAL, log.DEBUG, m.Option(log.DEBUG))) if mdb.HashSelect(m, arg...); len(arg) == 0 { for _, link := range list { if u := kit.ParseURL(link); u != nil {