From 5eec015343689b9507531b57f5a4bff1e3291630 Mon Sep 17 00:00:00 2001 From: Jared Tobin Date: Thu, 5 Dec 2019 21:18:11 +0800 Subject: [PATCH] chat-store: fix errant 'this' 6c938e1 resolved a merge conflict, but retained a reference to 'this' from the wrong parent. --- pkg/arvo/app/chat-store.hoon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/arvo/app/chat-store.hoon b/pkg/arvo/app/chat-store.hoon index b25e8d5e1..d919b3524 100644 --- a/pkg/arvo/app/chat-store.hoon +++ b/pkg/arvo/app/chat-store.hoon @@ -181,7 +181,7 @@ ?> ?=(%message -.act) =/ mailbox=(unit mailbox) (~(get by inbox) path.act) ?~ mailbox - [~ this] + [~ state] =. letter.envelope.act (evaluate-letter [author letter]:envelope.act) =. u.mailbox (append-envelope u.mailbox envelope.act) :- (send-diff path.act act)