mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
subject -> topic: Use util.set_message_topic() to set subject.
This commit is contained in:
@@ -112,7 +112,7 @@ exports.reply_message = function (opts) {
|
||||
reply.type = 'stream';
|
||||
reply.to = stream;
|
||||
reply.content = content;
|
||||
reply.subject = message.subject;
|
||||
util.set_message_topic(reply, message.subject);
|
||||
|
||||
transmit.send_message(reply, success, error);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user