mirror of
https://shylinux.com/x/icebergs
synced 2025-05-02 03:29:25 +08:00
opt some
This commit is contained in:
parent
00923fdbc7
commit
daa01fcdb6
@ -19,6 +19,7 @@ func _space_link(m *ice.Message, pod string, arg ...interface{}) string {
|
||||
return tcp.ReplaceLocalhost(m, kit.MergeURL2(m.Option(ice.MSG_USERWEB), "/chat/pod/"+pod, arg...))
|
||||
}
|
||||
func _space_domain(m *ice.Message) (link string) {
|
||||
link = m.Config(kit.MDB_DOMAIN)
|
||||
if link == "" {
|
||||
link = m.Cmd(SPACE, ice.DEV, cli.PWD).Append(kit.MDB_LINK)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user