mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-04 14:50:47 +01:00
closes #4877
This commit is contained in:
@@ -49,8 +49,8 @@ module.exports = function(SocketPosts) {
|
||||
type: 'topic-rename',
|
||||
uid: socket.uid,
|
||||
ip: socket.ip,
|
||||
oldTitle: result.topic.oldTitle,
|
||||
newTitle: result.topic.title
|
||||
oldTitle: validator.escape(String(result.topic.oldTitle)),
|
||||
newTitle: validator.escape(String(result.topic.title))
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user