mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
This adds the is_user_active with the appropriate code for setting the value correctly in the future. In the following commit a migration to backfill the value for existing Subscriptions will be added. To ensure correct user_profile.is_active handling also in tests, we replace all direct .is_active mutation with calls to appropriate functions.