dont fail req deserialisation over empty push response body
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
7da56bf7f4
commit
f5667c6292
@ -48,6 +48,7 @@ pub mod v1 {
|
|||||||
/// pushkeys and remove the associated pushers. It may not necessarily be the notification
|
/// pushkeys and remove the associated pushers. It may not necessarily be the notification
|
||||||
/// in the request that failed: it could be that a previous notification to the same
|
/// in the request that failed: it could be that a previous notification to the same
|
||||||
/// pushkey failed. May be empty.
|
/// pushkey failed. May be empty.
|
||||||
|
#[serde(default)]
|
||||||
pub rejected: Vec<String>,
|
pub rejected: Vec<String>,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user