fix contact folder options

This commit is contained in:
ryanfkeepers 2022-12-21 18:16:13 -07:00
parent 1ef0daace4
commit e413ca1742

View File

@ -368,7 +368,7 @@ func FetchContactIDsFromDirectory(
resetDelta bool
)
options, err := optionsForContactFoldersItemDelta([]string{"isRead"})
options, err := optionsForContactFoldersItemDelta([]string{"parentFolderId"})
if err != nil {
return nil, deltaUpdate{}, errors.Wrap(err, "getting query options")
}