mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-04 19:41:16 +01:00
@@ -249,8 +249,8 @@ module.exports = function (Messaging) {
|
||||
db.setObjectField('chat:room:' + roomId, 'roomName', newName, next);
|
||||
},
|
||||
async.apply(plugins.fireHook, 'action:chat.renameRoom', {
|
||||
id: roomId,
|
||||
name: newName,
|
||||
roomId: roomId,
|
||||
newName: newName,
|
||||
}),
|
||||
], callback);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user