fix contact folder options
This commit is contained in:
parent
1ef0daace4
commit
e413ca1742
@ -368,7 +368,7 @@ func FetchContactIDsFromDirectory(
|
|||||||
resetDelta bool
|
resetDelta bool
|
||||||
)
|
)
|
||||||
|
|
||||||
options, err := optionsForContactFoldersItemDelta([]string{"isRead"})
|
options, err := optionsForContactFoldersItemDelta([]string{"parentFolderId"})
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, deltaUpdate{}, errors.Wrap(err, "getting query options")
|
return nil, deltaUpdate{}, errors.Wrap(err, "getting query options")
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user