mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
2738b7f3a8e2a2c338d83a293d86650bb8962af0
Previously, the email mirror queue worker used the API bindings to send messages to Zulip, as if it were any other API client. This is inefficient since we're running the worker inside the Django context on a machine with database access; we can instead just use the internal message-sending functions we use elsewhere. This also resolves potential issues with SSL certificates, etc. that might occur when we were previously making a HTTPS connection. (imported from commit 3f0d200eec66d926a8c6b3b33b825ac5d0edfe12)
Description
Zulip server and web application. Open-source team chat that helps teams stay productive and focused.
Apache-2.0
817 MiB
Languages
Python
58.5%
TypeScript
18.1%
JavaScript
9.1%
CSS
3.9%
HTML
3.6%
Other
6.6%