mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 12:36:02 +01:00
ESlint padded-blocks
This commit is contained in:
@@ -11,7 +11,6 @@ var meta = require('../meta');
|
||||
var sockets = require('../socket.io');
|
||||
|
||||
module.exports = function (Messaging) {
|
||||
|
||||
Messaging.notifyQueue = {}; // Only used to notify a user of a new chat message, see Messaging.notifyUser
|
||||
|
||||
Messaging.notifyUsersInRoom = function (fromUid, roomId, messageObj) {
|
||||
|
||||
Reference in New Issue
Block a user