Zulip 服务器和 Web 应用程序。开源团队聊天可帮助团队保持高效和专注。
Go to file
Mateusz Mandera f119c33789 delete_in_topic: Don't fetch .recipient for each message in a loop.
The grouping logic in `do_delete_messages` calls
`message.is_stream_message()` in a loop, which needs to access
message.recipient. This is obviously super inefficient if .recipient
hasn't been prefetched for the message objects.

`delete_in_topic` is the only function that calls `do_delete_messages`
with many messages, so this is the only spot we need to fix, to address
the immediate bug.
Of course a better improvement would be to fix `do_delete_messages` to
do something smarter than naively accessing message.recipient in a loop.
2025-08-11 10:08:40 -07:00
.github
.vscode
analytics
api_docs zerver: API to create channel. 2025-08-08 19:29:17 -07:00
confirmation migrations: Fix realmcreationstatus migration ID. 2025-08-04 18:47:49 -07:00
corporate
docs docs: Update links to go to zulip-flutter instead of zulip-mobile. 2025-08-08 13:06:31 -07:00
help scim: Add support for Groups. 2025-08-08 17:29:11 -07:00
locale
patches
pgroonga
puppet send_zulip_update_announcements: Log updates in the post-deploy hook. 2025-08-06 09:52:45 -07:00
scripts starlight_help: Move help-beta over to starlight_help. 2025-08-08 11:59:29 -07:00
starlight_help starlight_help: Move help-beta over to starlight_help. 2025-08-08 11:59:29 -07:00
static
templates corporate: Remove zulip-mobile linkifier from dev community page. 2025-08-08 13:06:31 -07:00
tools bots: Add a setting to customize the Welcome Bot message. 2025-08-08 18:59:37 -07:00
web bots: Add a setting to customize the Welcome Bot message. 2025-08-08 18:59:37 -07:00
zerver delete_in_topic: Don't fetch .recipient for each message in a loop. 2025-08-11 10:08:40 -07:00
zilencer
zproject zerver: API to create channel. 2025-08-08 19:29:17 -07:00
.codecov.yml
.codespellignore
.editorconfig
.gitattributes
.gitignore
.gitlint
.mailmap
.npmignore
.prettierignore
.readthedocs.yaml
.sonarcloud.properties
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Dockerfile-postgresql
eslint.config.js starlight_help: Move help-beta over to starlight_help. 2025-08-08 11:59:29 -07:00
LICENSE
manage.py
NOTICE
package.json
pnpm-lock.yaml starlight_help: Move help-beta over to starlight_help. 2025-08-08 11:59:29 -07:00
pnpm-workspace.yaml starlight_help: Move help-beta over to starlight_help. 2025-08-08 11:59:29 -07:00
prettier.config.js
pyproject.toml
README.md
SECURITY.md
stylelint.config.js
tsconfig.json starlight_help: Move help-beta over to starlight_help. 2025-08-08 11:59:29 -07:00
uv.lock
Vagrantfile
version.py zerver: API to create channel. 2025-08-08 19:29:17 -07:00

Zulip overview

Zulip is an open-source team collaboration tool with unique topic-based threading that combines the best of email and chat to make remote work productive and delightful. Fortune 500 companies, leading open source projects, and thousands of other organizations use Zulip every day. Zulip is the only modern team chat app that is designed for both live and asynchronous conversations.

Zulip is built by a distributed community of developers from all around the world, with 97+ people who have each contributed 100+ commits. With over 1,500 contributors merging over 500 commits a month, Zulip is the largest and fastest growing open source team chat project.

Come find us on the development community chat!

GitHub Actions build status coverage status Mypy coverage Ruff code style: prettier GitHub release docs Zulip chat Twitter GitHub Sponsors

Getting started

You may also be interested in reading our blog, and following us on Twitter and LinkedIn.

Zulip is distributed under the Apache 2.0 license.