mirror of
https://github.com/zulip/zulip.git
synced 2025-11-07 23:43:43 +00:00
narrow_state: Rename stream() to stream_name() which is more accurate.
This commit is contained in:
@@ -927,7 +927,7 @@ export class MessageListView {
|
||||
last_message_group.message_containers.at(-1).msg.historical;
|
||||
}
|
||||
|
||||
const stream_name = narrow_state.stream();
|
||||
const stream_name = narrow_state.stream_name();
|
||||
if (stream_name !== undefined) {
|
||||
// If user narrows to a stream, doesn't update
|
||||
// trailing bookend if user is subscribed.
|
||||
|
||||
Reference in New Issue
Block a user