- Added page redirect from / to /~~/landscape

- Removed chat autoaccept
This commit is contained in:
Isaac Visintainer 2019-01-07 13:33:51 -08:00
parent bab30e5333
commit 27c53212dd
6 changed files with 22 additions and 10 deletions

View File

@ -462,7 +462,7 @@
dms.str.sta (~(put by dms.str.sta) nom.circ hos.circ ~)
==
=/ act=poke [%hall-action %source %inbox & (sy [circ ~] ~)]
:- [ost.bol %poke /join-chat [our.bol %hall] act]~
:- ~
this(invites.str.sta [nev.rum.rum invites.str.sta])
::
:: %our:

View File

@ -7,7 +7,10 @@
/^ manx
/|
/, /web/collections /; landscape /collections-elem/
/web/pages /!hymn/
/web/landscape /; landscape /!hymn/
/web/pages /| /!hymn/
/hymn/
==
/ /; landscape /!hymn/
==
::

View File

@ -4,9 +4,11 @@
/? 309
/= inner
/^ manx
/|
/|
/, /web/collections /collections-elem/
/ /!hymn/
/ /| /!hymn/
/hymn/
==
==
::
/: /===/web/404 /!hymn/

View File

@ -6,7 +6,9 @@
/+ landscape
/= wrapped
/^ $-(inr=manx out=manx)
/, /web/pages /~ |=(manx +<)
/ /~ landscape
/, /web/collections /~ landscape
/web/landscape /~ landscape
/web/pages /~ |=(manx +<)
/ /~ landscape
==
wrapped

View File

@ -1,6 +1,5 @@
^- manx
;div
;div(urb-component "InboxPage");
;input(type "hidden", name "urb-metadata", urb-structure-type "header-inbox");
;meta(http-equiv "refresh", content "0; url=/~~/landscape");
;script(type "text/javascript")
; window.location = "/~~/landscape"
==

6
web/landscape.hoon Normal file
View File

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