From 47e116d0ae5fbe11069cb4b8baa833c75f4c7fc0 Mon Sep 17 00:00:00 2001 From: shy Date: Wed, 20 Nov 2024 22:49:53 +0800 Subject: [PATCH] add some --- src/guanlixitong/conference.go | 4 +--- src/option.go | 2 ++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/guanlixitong/conference.go b/src/guanlixitong/conference.go index e7ada59..c745143 100644 --- a/src/guanlixitong/conference.go +++ b/src/guanlixitong/conference.go @@ -26,9 +26,7 @@ func (s conference) List(m *ice.Message, arg ...string) { m.PushAction(s.Join) m.Display("") } -func (s conference) Join(m *ice.Message, arg ...string) { - m.ProcessOpen(m.Option("join_url")) -} +func (s conference) Join(m *ice.Message, arg ...string) { m.ProcessOpen(m.Option("join_url")) } func init() { ice.TeamCtxCmd(conference{}) } diff --git a/src/option.go b/src/option.go index e00d429..8e5c8dd 100644 --- a/src/option.go +++ b/src/option.go @@ -5,4 +5,6 @@ import ( _ "shylinux.com/x/mysql-story/src/db/mysql" _ "shylinux.com/x/community/src/renzhengshouquan" + _ "shylinux.com/x/community/src/renzhengshouquan/external/tencentmeeting" + _ "shylinux.com/x/community/src/renzhengshouquan/external/tencentmeeting/model" )