mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-10-31 11:05:54 +01:00 
			
		
		
		
	dont closed composer if callback isn't called
This commit is contained in:
		| @@ -120,6 +120,7 @@ Sockets.init = function() { | ||||
| 		}); | ||||
|  | ||||
| 		socket.on('*', function(payload, callback) { | ||||
| 			console.log(this.event); | ||||
| 			// Ignore all non-api messages | ||||
| 			if (payload.name.substr(0, 4) !== 'api:') { | ||||
| 				return; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user