mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
Fix URLs for stream/topic narrowing links in recipient bar.
(imported from commit 4e104cde912521dc360df1a32ce149a5082f9a67)
This commit is contained in:
committed by
Luke Faraone
parent
6b200b3088
commit
0983809e6f
@@ -131,6 +131,8 @@ MessageListView.prototype = {
|
||||
current_group.invite_only = stream_data.get_invite_only(first_message.stream);
|
||||
current_group.subject = first_message.subject;
|
||||
current_group.match_subject = first_message.match_subject;
|
||||
current_group.stream_url = first_message.stream_url;
|
||||
current_group.topic_url = first_message.topic_url;
|
||||
} else if (current_group.is_private) {
|
||||
current_group.pm_with_url = first_message.pm_with_url;
|
||||
current_group.display_reply_to = first_message.display_reply_to;
|
||||
|
||||
Reference in New Issue
Block a user