mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-11-22 19:34:06 +03:00
state persists after RevokeAll
This commit is contained in:
parent
78d90aa5dd
commit
3218e98123
@ -1156,6 +1156,7 @@ pub async fn kernel(
|
||||
entry.capabilities.remove(&cap);
|
||||
}
|
||||
}
|
||||
let _ = persist_state(&our.name, &send_to_loop, &process_map).await;
|
||||
let _ = responder.send(true);
|
||||
}
|
||||
t::CapMessage::FilterCaps { on, caps, responder } => {
|
||||
|
Loading…
Reference in New Issue
Block a user