From 45afbf900d4bea2c8ed159ad71617ba3555cee1a Mon Sep 17 00:00:00 2001 From: Fang Date: Mon, 30 Oct 2017 15:23:17 +0100 Subject: [PATCH] Don't fail to send when one story in the audience doesn't exist. Print to inbox instead of throwing stacktrace. --- app/talk-guardian.hoon | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/talk-guardian.hoon b/app/talk-guardian.hoon index d1e9c9e736..e134b01487 100644 --- a/app/talk-guardian.hoon +++ b/app/talk-guardian.hoon @@ -622,6 +622,8 @@ (crip "strange author {(scow %p aut)}") =. aut our.bol ?: =(aut hos.cir) + ?. (~(has by stories) nom.cir) + (ta-note (crip "have no story {(scow %tas nom.cir)}")) (ta-record nom.cir hos.cir tot) (ta-transmit cir tot) ?. =(our.bol hos.cir) +>