mirror of
https://github.com/zulip/zulip.git
synced 2025-11-16 03:41:58 +00:00
This is a prepatory commit that adds non-active users to the realm user cache. It mostly involves name changes and removing an `is_active` filter from the relevant DB query. The only consumer of this cache is `get_raw_user_data`, which now filters on `is_active` in a dictionary comprehension (but this will get moved around a bit in a subsequent commit).
18 KiB
18 KiB