This diff modifies the pre-existing useSearchUsers hook to conditionally call identity search if available. If not, it fallback to keyserver search. The useSearchUsers function is already used by native and web and so the identity search context provider is added.
Depends on D11000