mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-11 08:55:23 +03:00
Fix off-by-one error when updating old messages.
This commit is contained in:
parent
c663b95bfb
commit
a114dc7e06
@ -1636,8 +1636,8 @@
|
||||
:: changed message
|
||||
%_ +>.$
|
||||
grams %+ welp
|
||||
(scag (dec (max u.old 1)) grams)
|
||||
[gam (slag u.old grams)]
|
||||
(scag u.old grams)
|
||||
[gam (slag +(u.old) grams)]
|
||||
==
|
||||
::
|
||||
++ sa-change-remote ::< apply remote's delta
|
||||
|
Loading…
Reference in New Issue
Block a user