subject -> topic: Rename by_stream_subject_uri.

This commit is contained in:
Steve Howell
2018-11-13 15:34:19 +00:00
committed by Tim Abbott
parent b615f0df4d
commit a172ac264d
3 changed files with 4 additions and 4 deletions

View File

@@ -237,7 +237,7 @@ MessageListView.prototype = {
message_container.stream_url =
hash_util.by_stream_uri(message_container.msg.stream);
message_container.topic_url =
hash_util.by_stream_subject_uri(
hash_util.by_stream_topic_uri(
message_container.msg.stream,
message_container.msg.subject);
} else {