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

Commit cbb6e22d authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

filtered the emails

parent a9195afa
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -210,6 +210,8 @@ export default {
				if (!principal.email) {
					return false
				}

				// filter the result set emails not having the searched string
				if (!principal.email.includes(query)) {
					return false
				}