mirror of
https://github.com/zulip/zulip.git
synced 2026-06-24 21:08:25 +08: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. |
||
|---|---|---|
| .. | ||
| _static | ||
| _templates | ||
| contributing | ||
| development | ||
| documentation | ||
| git | ||
| images | ||
| overview | ||
| production | ||
| subsystems | ||
| testing | ||
| translating | ||
| tutorials | ||
| .gitignore | ||
| code-of-conduct.md | ||
| conf.py | ||
| index.md | ||
| Makefile | ||
| README.md | ||
| requirements.readthedocs.txt | ||
| THIRDPARTY | ||
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.