mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-11-03 20:45:58 +01:00 
			
		
		
		
	fixed issue where teasers were being assigned to the wrong chat
This commit is contained in:
		@@ -256,7 +256,7 @@ var db = require('./database'),
 | 
			
		||||
				},
 | 
			
		||||
				teasers: function(next) {
 | 
			
		||||
					var teasers = [];
 | 
			
		||||
					async.each(uids, function(fromuid, next) {
 | 
			
		||||
					async.eachSeries(uids, function(fromuid, next) {
 | 
			
		||||
						Messaging.getMessages({
 | 
			
		||||
							fromuid: fromuid,
 | 
			
		||||
							touid: uid,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user