Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 79a08698 authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

search fix

parent 5288e8ef
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -109,6 +109,7 @@ export default {
			if (query.length > 0) {
				const promises = [
					this.findAttendeesFromContactsAPI(query),
					this.findAttendeesFromDAV(query),
				]
				if (isCirclesEnabled) {
					promises.push(this.findAttendeesFromCircles(query))