mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
Zulip 服务器和 Web 应用程序。开源团队聊天可帮助团队保持高效和专注。
Use stream.num_subscribers() in check_if_a_bot_is_sending_a_message_to_an_empty_stream(). The num_subscribers() function using Django's count() method, which returns a single row, vs. len() on an iterator of query rows. (imported from commit 6157fe248945e9288ee71d8cc39fb6dda4e9a247) |
||
|---|---|---|
| api | ||
| assets | ||
| bots | ||
| certs | ||
| confirmation | ||
| humbug | ||
| node_modules | ||
| servers | ||
| static | ||
| templates | ||
| tools | ||
| zerver | ||
| zproject | ||
| .gitignore | ||
| manage.py | ||