mirror of
https://github.com/zulip/zulip.git
synced 2025-11-15 03:11:54 +00:00
narrow_state: Rename stream() to stream_name() which is more accurate.
This commit is contained in:
@@ -20,7 +20,7 @@ export function get_recipient_label(message) {
|
||||
// we label the button as replying to the thread.
|
||||
if (narrow_state.narrowed_to_topic()) {
|
||||
message = {
|
||||
stream: narrow_state.stream(),
|
||||
stream: narrow_state.stream_name(),
|
||||
topic: narrow_state.topic(),
|
||||
};
|
||||
} else if (narrow_state.pm_ids_string()) {
|
||||
|
||||
Reference in New Issue
Block a user