1
0
mirror of https://shylinux.com/x/icebergs synced 2025-04-25 17:18:05 +08:00

opt search.js

This commit is contained in:
harveyshao 2023-01-29 23:18:56 +08:00
parent d823900ef4
commit 04c9cb0062

View File

@ -20,7 +20,7 @@ func _river_list(m *ice.Message) {
if m.Option(web.SHARE) != "" {
switch msg := m.Cmd(web.SHARE, m.Option(web.SHARE)); msg.Append(mdb.TYPE) {
case web.STORM, web.FIELD:
m.Option(ice.MSG_RIVER, "_share")
m.Option(ice.MSG_RIVER, web.SHARE)
return
}
}