Fix bug which prevented room name invites appearing correctly.

This commit is contained in:
Kegan Dougal 2014-11-03 13:48:08 +00:00
parent 9b1ca64a75
commit 92e2ff4985
3 changed files with 46 additions and 85 deletions

View file

@ -408,7 +408,7 @@ function(matrixService, $rootScope, $q, $timeout, mPresence, notificationService
}
}
console.log("Unable to handle event type " + event.type);
console.log(JSON.stringify(event, undefined, 4));
// console.log(JSON.stringify(event, undefined, 4));
break;
}
}
@ -475,7 +475,7 @@ function(matrixService, $rootScope, $q, $timeout, mPresence, notificationService
room.state = [];
}
room.state.push(fakeEvent);
console.log("RECV /initialSync invite >> "+JSON.stringify(fakeEvent));
console.log("RECV /initialSync invite >> "+room.room_id);
}
// =========================================