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