Merge branch 'collections' of github.com:urbit/arvo into collections

This commit is contained in:
Isaac Visintainer 2018-08-30 10:53:24 -07:00
commit c06158034f
2 changed files with 6 additions and 2 deletions

View File

@ -1,2 +1,6 @@
^- manx
;div(urb-component "InboxPage");
;div
;div(urb-component "InboxPage");
;input(type "hidden", name "urb-metadata", urb-structure-type "inbox");
==

View File

@ -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");
==