mirror of
https://github.com/zulip/zulip.git
synced 2025-11-15 19:31:58 +00:00
The previous implementation had a subtle caching bug: because it was sharing its cache with the `get_user_profile_by_email` cache, if a user happened to have an email in that cache, we'd return it, even though that user didn't match `base_query`. This causes `get_cross_realm_users` to no longer have a problematic caching bug.
18 KiB
18 KiB