mirror of
https://github.com/girlbossceo/conduwuit.git
synced 2025-12-10 09:18:50 -05:00
Compare commits
2 commits
731168c7bd
...
7284a3c160
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7284a3c160 | ||
|
|
4e5b87d0cd |
1 changed files with 3 additions and 1 deletions
|
|
@ -380,7 +380,9 @@ pub(crate) async fn upload_signatures_route(
|
|||
}
|
||||
}
|
||||
|
||||
failures.insert(user_id.to_owned(), failure_reasons.clone());
|
||||
if !failure_reasons.is_empty() {
|
||||
failures.insert(user_id.to_owned(), failure_reasons.clone());
|
||||
}
|
||||
}
|
||||
|
||||
Ok(upload_signatures::v3::Response { failures })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue