Added CardDAV search

This commit is contained in:
Christophe Deschamps 2024-12-04 10:21:59 +01:00
parent c2d57c504f
commit be82bcfedf

View file

@ -137,7 +137,7 @@ class ContactsListViewModel : ViewModel() {
previousFilter = filterValue
val domain = if (sipContactsSelected.value == true) coreContext.core.defaultAccount?.params?.domain ?: "" else ""
val sources = MagicSearch.Source.Friends.toInt() or MagicSearch.Source.LdapServers.toInt()
val sources = MagicSearch.Source.Friends.toInt() or MagicSearch.Source.LdapServers.toInt() or MagicSearch.Source.RemoteCardDAV.toInt()
val aggregation = MagicSearch.Aggregation.Friend
searchResultsPending = true
fastFetchJob?.cancel()