1
0
Fork 0

Merging upstream version 0.7.0.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-03-04 07:26:37 +01:00
parent 70e865f449
commit da73d9f41d
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
11 changed files with 2459 additions and 3856 deletions

View file

@ -34,7 +34,7 @@ async fn user() {
"could not find new user"
);
let query = AdminGetAllEmailsQuery::default();
let (_, users) = api
let users = api
.admin_get_all_emails(query)
.await
.expect("failed to search emails");