mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-28 03:00:15 +03:00
drum: partially restore reverted changes
This commit is contained in:
parent
e099f3a8c6
commit
5dc241dbe5
@ -356,7 +356,7 @@
|
||||
++ priorities
|
||||
^- (list (set @))
|
||||
:~
|
||||
(sy ~[%dojo]) :: ensure dojo connects first
|
||||
:: set up stores with priority: depended on, but never depending
|
||||
%- sy
|
||||
:~ %permission-store
|
||||
%chat-store
|
||||
@ -366,7 +366,8 @@
|
||||
%invite-store
|
||||
%metadata-store
|
||||
==
|
||||
(sy ~[%chat-hook]) :: ensure chat-cli can sub to invites
|
||||
:: ensure chat-cli can sub to invites
|
||||
(sy ~[%chat-hook])
|
||||
==
|
||||
++ sort-by-priorities
|
||||
=/ priorities priorities
|
||||
@ -389,7 +390,10 @@
|
||||
%+ roll
|
||||
%+ sort
|
||||
~(tap in eel)
|
||||
|=([[@ a=term] [@ b=term]] (aor a b))
|
||||
|= [[@ a=term] [@ b=term]]
|
||||
?: =(a %dojo) %.n
|
||||
?: =(b %dojo) %.y
|
||||
(aor a b)
|
||||
=< .(con +>)
|
||||
|: $:{gil/gill:gall con/_.} ^+ con
|
||||
=. +>.$ con
|
||||
|
Loading…
Reference in New Issue
Block a user