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" )