mirror of
https://github.com/girlbossceo/ruwuma.git
synced 2025-04-29 06:49:48 -04:00
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
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ pub mod v1 {
|
|||
/// 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
|
||||
/// pushkey failed. May be empty.
|
||||
#[serde(default)]
|
||||
pub rejected: Vec<String>,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue