Этот коммит содержится в:
JoramWilander
2015-07-02 09:34:57 -04:00
родитель 7b6fe252f1
Коммит 18629d8184

Просмотреть файл

@@ -736,7 +736,7 @@ module.exports.getDirectTeammate = function(channel_id) {
return teammate;
}
for (var idx = 0; idx < userIds.length; idx++) {
for (var idx in userIds) {
if(userIds[idx] !== curUserId) {
teammate = UserStore.getProfile(userIds[idx]);
break;