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