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:
Philip Monk 2020-12-17 15:14:33 -08:00
parent 6499eb5fe0
commit 41a2ed084e
No known key found for this signature in database
GPG Key ID: B66E1F02604E44EC

View File

@ -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