Tags: dreinhold/zulip
Tags
email_mirror: Use internal_send_message instead of the API 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)
Disable use_socket manually for CUSTOMER13 This was causing tracebacks during message sending (imported from commit 9dde67f07934fe7a5aef7036340eebb7c6f6a97a)
Revert "Ensure server still gets narrow operators as tuples." This reverts commit 64aced74012101f3bdbd3a4e6066b46ad8e1f4ea, which was always intended as temporary code until we upgraded the back end to support dictionary-style narrow operators. (imported from commit b8d3a19f3aad3d9d6a26b9dcc07f502c55b18edd)
Remove some fields from the footer for Zulip Enterprise. (imported from commit 30b41eb1bb09ad0fb8d0ae6ab5b08c63b99f5524)