From 04c9cb00625ea178f27b724c830029975d50621d Mon Sep 17 00:00:00 2001 From: harveyshao Date: Sun, 29 Jan 2023 23:18:56 +0800 Subject: [PATCH] opt search.js --- core/chat/river.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/chat/river.go b/core/chat/river.go index b9d68300..56145222 100644 --- a/core/chat/river.go +++ b/core/chat/river.go @@ -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 } }