chat-store: fix errant 'this'

6c938e1 resolved a merge conflict, but retained a reference to 'this'
from the wrong parent.
This commit is contained in:
Jared Tobin 2019-12-05 21:18:11 +08:00
parent 6c938e188d
commit 5eec015343
No known key found for this signature in database
GPG Key ID: 0E4647D58F8A69E4

View File

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