mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-30 10:46:11 +03:00
jael: fix breach notification ordering
When we changed wires from /a/foo to /ames/foo, our sorting function started sorting by last character instead of first character, so breach notifications were given to gall before ames. This made gall try to resubscribe before ames cleared its state, so the message would be lost. Fixes #4177
This commit is contained in:
parent
6499eb5fe0
commit
41a2ed084e
@ -681,7 +681,7 @@
|
||||
|
|
||||
?. ?=([[@ *] *] b)
|
||||
&
|
||||
(lth i.i.a i.i.b)
|
||||
(lth (end 3 i.i.a) (end 3 i.i.b))
|
||||
--
|
||||
::
|
||||
++ get-source
|
||||
|
Loading…
Reference in New Issue
Block a user