mirror of
https://github.com/zulip/zulip.git
synced 2026-06-12 21:00:58 +08:00
Web clients when calling `GET /streams/<int:stream_id>/email_address`,
were missing the `sender_id` parameter. It resulted in the sender
always being "Email gateway bot", irrespective of what the user
selected in the dropdown.
This commit fixes the bug.
Fixes #37659.
Signed-off-by: Prakhar Pratyush <prakhar@zulip.com>
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| e2e-tests | ||
| generated | ||
| html | ||
| images | ||
| server | ||
| shared | ||
| src | ||
| styles | ||
| templates | ||
| tests | ||
| third | ||
| .browserslistrc | ||
| .gitignore | ||
| babel.config.js | ||
| debug-require-webpack-plugin.ts | ||
| debug-require.cjs | ||
| postcss.config.js | ||
| webpack.assets.json | ||
| webpack.config.ts | ||
| webpack.dev-assets.json | ||