This commit is contained in:
barisusakli
2015-12-23 11:27:34 +02:00
parent 5b1999be10
commit abed319da2
8 changed files with 119 additions and 35 deletions

View File

@@ -261,11 +261,7 @@ app.cacheBuster = null;
roomData.users = roomData.users.filter(function(user) {
return user && parseInt(user.uid, 10) !== parseInt(app.user.uid, 10);
});
chat.createModal({
roomId: roomId,
users: roomData.users,
owner: roomData.owner
}, loadAndCenter);
chat.createModal(roomData, loadAndCenter);
});
}
});