mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-29 01:56:12 +01:00
minimizing the composer should unregister it
This commit is contained in:
@@ -78,6 +78,7 @@ SocketModules.composer.renderHelp = function(socket, data, callback) {
|
||||
|
||||
SocketModules.composer.register = function(socket, data) {
|
||||
var now = Date.now();
|
||||
|
||||
server.in('topic_' + data.tid).emit('event:topic.replyStart', data.uid);
|
||||
|
||||
data.socket = socket;
|
||||
|
||||
Reference in New Issue
Block a user