mirror of
https://github.com/zulip/zulip.git
synced 2026-07-15 21:03:26 +08:00
Zulip 服务器和 Web 应用程序。开源团队聊天可帮助团队保持高效和专注。
The problem is that if you load a browser window in a stream narrow, add_message_metadata will be called for the messages in the narrowed view before it is called for the messages going into the main view (thus inserting them into all_msg_list), resulting in duplicate copies of messages. This would be mostly OK except that we call process_message_for_recent_subjects inside add_message_metadata, and that function assumes it is only called once on each message (otherwise it'll double-count the message). (imported from commit a3e7f85874100cd93a6d07684605da04d9cc80c7) |
||
|---|---|---|
| api | ||
| assets | ||
| bots | ||
| certs | ||
| confirmation | ||
| humbug | ||
| node_modules | ||
| servers | ||
| templates | ||
| tools | ||
| zephyr | ||
| .gitignore | ||
| manage.py | ||