1
0
mirror of https://shylinux.com/x/icebergs synced 2025-05-02 03:29:25 +08:00
This commit is contained in:
shylinux 2021-10-22 17:29:39 +08:00
parent 00923fdbc7
commit daa01fcdb6

View File

@ -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)
}