mirror of
https://github.com/ilyakooo0/urbit.git
synced 2025-01-03 04:40:50 +03:00
khan: include %avow in response
This commit is contained in:
parent
7386e3b0a3
commit
fbe6cd5196
@ -563,7 +563,7 @@ _khan_ef_handle(u3_khan* kan_u,
|
|||||||
|
|
||||||
if ( 0 != (can_u = _khan_find_chan(kan_u, sev_l, coq_l)) ) {
|
if ( 0 != (can_u = _khan_find_chan(kan_u, sev_l, coq_l)) ) {
|
||||||
if ( c3__avow == tag ) {
|
if ( c3__avow == tag ) {
|
||||||
_khan_send_noun(can_u, u3nc(rid_l, u3k(dat)));
|
_khan_send_noun(can_u, u3nt(rid_l, c3__avow, u3k(dat)));
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
can_u->mor_u.bal_f(can_u, -1, "handle-unknown");
|
can_u->mor_u.bal_f(can_u, -1, "handle-unknown");
|
||||||
|
Loading…
Reference in New Issue
Block a user