mirror of
https://github.com/zulip/zulip.git
synced 2025-11-15 11:22:04 +00:00
Use stream_id for by_stream_topic_uri().
This commit is contained in:
@@ -243,7 +243,7 @@ MessageListView.prototype = {
|
||||
hash_util.by_stream_uri(message_container.msg.stream);
|
||||
message_container.topic_url =
|
||||
hash_util.by_stream_topic_uri(
|
||||
message_container.msg.stream,
|
||||
message_container.msg.stream_id,
|
||||
message_container.msg.subject);
|
||||
} else {
|
||||
message_container.pm_with_url =
|
||||
|
||||
Reference in New Issue
Block a user