mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-06-20 19:11:23 +02: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