mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-14 04:19:22 +03:00
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:
parent
6c938e188d
commit
5eec015343
@ -181,7 +181,7 @@
|
|||||||
?> ?=(%message -.act)
|
?> ?=(%message -.act)
|
||||||
=/ mailbox=(unit mailbox) (~(get by inbox) path.act)
|
=/ mailbox=(unit mailbox) (~(get by inbox) path.act)
|
||||||
?~ mailbox
|
?~ mailbox
|
||||||
[~ this]
|
[~ state]
|
||||||
=. letter.envelope.act (evaluate-letter [author letter]:envelope.act)
|
=. letter.envelope.act (evaluate-letter [author letter]:envelope.act)
|
||||||
=. u.mailbox (append-envelope u.mailbox envelope.act)
|
=. u.mailbox (append-envelope u.mailbox envelope.act)
|
||||||
:- (send-diff path.act act)
|
:- (send-diff path.act act)
|
||||||
|
Loading…
Reference in New Issue
Block a user