From d7815cf86ff6876263404830884a0a7211db30ed Mon Sep 17 00:00:00 2001 From: ~latter-bolden Date: Tue, 3 Dec 2024 15:51:33 -0600 Subject: [PATCH] dont emit contact activity if we have not initialized the remote contact info --- desk/app/contacts.hoon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desk/app/contacts.hoon b/desk/app/contacts.hoon index 74c7b1f..4ba1bd9 100644 --- a/desk/app/contacts.hoon +++ b/desk/app/contacts.hoon @@ -356,7 +356,7 @@ =? cor ?=(^ page) ?: =(con.u.page con.u) cor =. book (~(put by book) who u.page(con con.u)) - =. cor (emil (send-activity u con.u.page)) + =? cor ?=(^ for) (emil (send-activity u con.u.page)) (p-response:pub %page who con.u mod.u.page) (p-response:pub %peer who con.u) ==