mirror of
https://github.com/urbit/shrub.git
synced 2025-01-05 19:46:50 +03:00
Subscriptions now get ended if we no longer know their story.
This commit is contained in:
parent
89f73aced8
commit
9aa32d7de7
@ -2017,8 +2017,11 @@
|
||||
?~ rum ~
|
||||
[b %diff %hall-rumor u.rum]~
|
||||
?. ?=($circle -.qer) ~
|
||||
=+ qit=[b %quit ~]~
|
||||
:: kill the subscription if we forgot the story.
|
||||
?. (~(has by stories) nom.qer) qit
|
||||
:: kill the subscription if it's past its range.
|
||||
=- ?:(done:- [b %quit ~]~ ~)
|
||||
=- ?:(done:- qit ~)
|
||||
%. ran.qer
|
||||
=- ~(so-in-range so:ta nom.qer ~ -)
|
||||
(~(got by stories) nom.qer)
|
||||
|
Loading…
Reference in New Issue
Block a user