dont fail req deserialisation over empty push response body

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2025-02-07 17:59:02 -05:00
parent 7da56bf7f4
commit f5667c6292
No known key found for this signature in database

View File

@ -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>,
} }