mirror of
https://github.com/zulip/zulip.git
synced 2026-07-15 21:03:26 +08:00
Zulip 服务器和 Web 应用程序。开源团队聊天可帮助团队保持高效和专注。
1. Change code comment in search.get_suggestion. 2. Remove side effects from search.get_suggestions. The function get_suggestions() was updating a module-scoped variable called search_object, but now it returns a dictionary to its caller. 3. Greatly reduce the scope of the search_object var in search.js. I also clarified the comment around it a bit. We could squeeze the scope of search_object even further by using a function wrapper, but this is a big enough win for now. (imported from commit 4b633dd30ab45d24b85ea1d10df27df5aaa0c959) |
||
|---|---|---|
| api | ||
| assets | ||
| bots | ||
| certs | ||
| confirmation | ||
| humbug | ||
| node_modules | ||
| servers | ||
| static | ||
| templates | ||
| tools | ||
| zephyr | ||
| .gitignore | ||
| manage.py | ||