Fix JMAP AddressBook/query fetches wrong resources

This commit is contained in:
Maurus Decimus
2026-05-04 18:52:29 +02:00
parent 4576adfc9c
commit 66867be369
2 changed files with 4 additions and 2 deletions

View File

@@ -347,7 +347,7 @@ impl ContactCardQuery for Server {
.fetch_dav_resources(
access_token.account_id(),
account_id,
SyncCollection::Calendar,
SyncCollection::AddressBook,
)
.await?;