mirror of
https://github.com/netbirdio/netbird.git
synced 2026-09-26 08:39:06 +02:00
Describe the approval no-match result and the cursor-skip key as they behave
This commit is contained in:
@@ -1127,9 +1127,10 @@ message RespondApprovalRequest {
|
||||
|
||||
message RespondApprovalResponse {
|
||||
// matched is true when request_id named a prompt that was still waiting.
|
||||
// False covers three cases and does not distinguish them: request_id was
|
||||
// never known, the prompt had already been answered, or it had expired and
|
||||
// the connection was denied. In all three this call changed nothing, so the
|
||||
// UI must not report the outcome the user picked as having taken effect.
|
||||
// False means it was not, for any reason and without saying which: never
|
||||
// known, already answered, expired, or abandoned because the prompt never
|
||||
// reached a UI or the daemon shut the request down. What they share is that
|
||||
// this call changed nothing, so the UI must not report the outcome the user
|
||||
// picked as having taken effect.
|
||||
bool matched = 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user