diff --git a/base/web/space.go b/base/web/space.go index 6c9f8a4d..8fa64634 100644 --- a/base/web/space.go +++ b/base/web/space.go @@ -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) }