mirror of
https://github.com/urbit/shrub.git
synced 2024-11-28 22:33:06 +03:00
/app: fix merge bugs
This commit is contained in:
parent
8b78f04dd3
commit
8d330626f0
@ -9,12 +9,12 @@
|
||||
/- *permission-group-hook
|
||||
/- *chat-hook
|
||||
/- *metadata-hook
|
||||
/- *rw-security,
|
||||
/- *rw-security
|
||||
/- hook=chat-hook
|
||||
::
|
||||
/+ *server, default-agent, verb, dbug
|
||||
store=chat-store
|
||||
view=chat-view
|
||||
/+ store=chat-store
|
||||
/+ view=chat-view
|
||||
::
|
||||
/* index-html %html /app/chat/index/html
|
||||
/* index-js %js /app/chat/js/index/js
|
||||
@ -124,20 +124,11 @@
|
||||
++ message-limit 20
|
||||
::
|
||||
++ truncated-inbox-scry
|
||||
<<<<<<< HEAD
|
||||
^- inbox
|
||||
=/ =inbox
|
||||
=/ our (scot %p our.bol)
|
||||
=/ now (scot %da now.bol)
|
||||
.^(inbox %gx /[our]/chat-store/[now]/all/noun)
|
||||
||||||| merged common ancestors
|
||||
^- inbox
|
||||
=/ =inbox .^(inbox %gx /=chat-store/(scot %da now.bol)/all/noun)
|
||||
=======
|
||||
^- inbox:store
|
||||
=/ =inbox:store
|
||||
.^(inbox:store %gx /=chat-store/(scot %da now.bol)/all/noun)
|
||||
>>>>>>> origin/master
|
||||
=/ our (scot %p our.bol)
|
||||
=/ now (scot %da now.bol)
|
||||
.^(inbox:store %gx /[our]/chat-store/[now]/all/noun)
|
||||
%- ~(run by inbox)
|
||||
|= =mailbox:store
|
||||
^- mailbox:store
|
||||
@ -444,24 +435,14 @@
|
||||
::
|
||||
++ chat-scry
|
||||
|= pax=path
|
||||
<<<<<<< HEAD
|
||||
^- (unit mailbox)
|
||||
^- (unit mailbox:store)
|
||||
=. pax
|
||||
;: weld
|
||||
/(scot %p our.bol)/chat-store/(scot %da now.bol)/mailbox
|
||||
pax
|
||||
/noun
|
||||
==
|
||||
.^((unit mailbox) %gx pax)
|
||||
||||||| merged common ancestors
|
||||
^- (unit mailbox)
|
||||
=. pax ;:(weld /=chat-store/(scot %da now.bol)/mailbox pax /noun)
|
||||
.^((unit mailbox) %gx pax)
|
||||
=======
|
||||
^- (unit mailbox:store)
|
||||
=. pax ;:(weld /=chat-store/(scot %da now.bol)/mailbox pax /noun)
|
||||
.^((unit mailbox:store) %gx pax)
|
||||
>>>>>>> origin/master
|
||||
::
|
||||
++ maybe-group-from-chat
|
||||
|= app-path=path
|
||||
|
@ -16,7 +16,6 @@
|
||||
/* index-js %js /app/contacts/js/index/js
|
||||
/* tile-js %js /app/contacts/js/tile/js
|
||||
/* index-css %css /app/contacts/css/index/css
|
||||
/* home-png %png /app/contacts/img/home/png
|
||||
/* tile-png %png /app/contacts/img/tile/png
|
||||
/* search-png %png /app/contacts/img/search/png
|
||||
/* spinner-png %png /app/contacts/img/spinner/png
|
||||
@ -30,10 +29,9 @@
|
||||
=/ contact-png=(map @t octs)
|
||||
=- (~(run by -) as-octs:mimes:html)
|
||||
%- ~(gas by *(map @t @))
|
||||
:~ [%'Home' home-png]
|
||||
[%'Tile' tile-png]
|
||||
:~ [%'Tile' tile-png]
|
||||
search+search-png
|
||||
[%'Spinner' +spinner-png]
|
||||
[%'Spinner' spinner-png]
|
||||
==
|
||||
|%
|
||||
+$ card card:agent:gall
|
||||
|
@ -12,7 +12,7 @@
|
||||
::
|
||||
/- *link-view
|
||||
/- *invite-store, group-store
|
||||
/- link-listen-hook,
|
||||
/- link-listen-hook
|
||||
/- group-hook, permission-hook, permission-group-hook
|
||||
/- metadata-hook, contact-view
|
||||
/+ *link, metadata, *server, default-agent, verb, dbug
|
||||
|
Loading…
Reference in New Issue
Block a user