mirror of
https://github.com/urbit/shrub.git
synced 2024-11-27 18:34:48 +03:00
fix decrement bug in message rendering
This commit is contained in:
parent
b5c180776a
commit
cf695023fc
@ -70,7 +70,7 @@
|
||||
;*
|
||||
=/ msgs ~(tap of:neo kids.bowl)
|
||||
%+ turn
|
||||
%+ slag (sub (lent msgs) 20)
|
||||
%+ slag (sub (lent msgs) (min 20 (lent msgs)))
|
||||
%+ sort
|
||||
%+ murn msgs
|
||||
|= [=pith =idea:neo]
|
||||
|
Loading…
Reference in New Issue
Block a user