mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 21:43:21 +00:00
It's better to explicitly list the possibilities. Also, the recommendation regarding is_active should be changed to a strict "Don't", as Subscription.is_user_active is a denormalized field and flipping a user's is_active will cause inconsistent state by leaving Subscriptions unupdated. Given that similar things can be introduced in the future for any other flag not officially supported by having a setter, the recommendation should "Don't" in general.
Zulip Markdown documentation hosted elsewhere
The Markdown files in this directory ( /zulip/docs ) are not intended to be read on GitHub. Instead, visit our ReadTheDocs to read the Zulip documentation.