carddav: use AddressBook.Path in PROPFIND response

This commit is contained in:
Conrad Hoffmann 2022-05-02 20:58:00 +02:00 committed by Simon Ser
parent 8931e14cf6
commit 95a4ae783b

View File

@ -367,7 +367,7 @@ func (b *backend) propfindAddressBook(propfind *internal.Propfind, ab *AddressBo
}
}
return internal.NewPropfindResponse("/", propfind, props)
return internal.NewPropfindResponse(ab.Path, propfind, props)
}
func (b *backend) propfindAddressObject(propfind *internal.Propfind, ao *AddressObject) (*internal.Response, error) {