diff --git a/web/landscape.hoon b/web/landscape.hoon index c8c3019ba9..5d7c5a7897 100644 --- a/web/landscape.hoon +++ b/web/landscape.hoon @@ -1,2 +1,6 @@ ^- manx -;div(urb-component "InboxPage"); + +;div + ;div(urb-component "InboxPage"); + ;input(type "hidden", name "urb-metadata", urb-structure-type "inbox"); +== diff --git a/web/landscape/stream.hoon b/web/landscape/stream.hoon index 29ef616818..32c70a0557 100644 --- a/web/landscape/stream.hoon +++ b/web/landscape/stream.hoon @@ -2,5 +2,5 @@ ;div ;div(urb-component "ChatPage"); - ;input(type "hidden", name "urb-header", value "stream", station "query"); + ;input(type "hidden", name "urb-metadata", urb-structure-type "stream"); ==