mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
Previously, the send_custom_email code path leaked files in paths that were not `.gitignored`, under templates/zerver/emails. This became problematic when we added automated tests for this code path, as it meant we leaked these files every time `test-backend` ran. Fix this by ensuring all the files we generate are in this special subdirectory.