mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 08:26:11 +00:00
compose: Use stream_name() and topic() abstraction everywhere.
This commit is contained in:
@@ -501,7 +501,7 @@ export function initialize() {
|
||||
(event) => {
|
||||
event.preventDefault();
|
||||
|
||||
const stream_name = $("#stream_message_recipient_stream").val();
|
||||
const stream_name = compose_state.stream_name();
|
||||
if (stream_name === undefined) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user