mirror of
https://shylinux.com/x/enterprise
synced 2025-04-25 09:08:06 +08:00
add some
This commit is contained in:
parent
310262510b
commit
47e116d0ae
@ -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{}) }
|
||||
|
||||
|
@ -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"
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user