mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 23:13:25 +00:00
subject -> topic: Sweep "message.subject" in frontend.
These were the last remaining files. After this, only util.js has a non-email-related use of "subject".
This commit is contained in:
@@ -482,7 +482,7 @@ exports.process_loaded_messages = function (messages) {
|
||||
if (message.type === 'stream') {
|
||||
exports.unread_topic_counter.add(
|
||||
message.stream_id,
|
||||
message.subject,
|
||||
util.get_message_topic(message),
|
||||
message.id
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user