mirror of
https://github.com/valitydev/damsel.git
synced 2024-11-06 09:45:21 +00:00
Make status reasons optional in claims (#223)
This commit is contained in:
parent
b95308d8c8
commit
2223cc606c
@ -852,11 +852,11 @@ struct ClaimAccepted {
|
||||
}
|
||||
|
||||
struct ClaimDenied {
|
||||
1: required string reason
|
||||
1: optional string reason
|
||||
}
|
||||
|
||||
struct ClaimRevoked {
|
||||
1: required string reason
|
||||
1: optional string reason
|
||||
}
|
||||
|
||||
// Claim effects
|
||||
|
Loading…
Reference in New Issue
Block a user