Added big massive TODOs on a huge design problem with initial sync

This commit is contained in:
Kegan Dougal 2014-09-08 13:54:09 -07:00
parent 054fad5360
commit da9b7b0368
2 changed files with 20 additions and 1 deletions

View file

@ -105,6 +105,8 @@ angular.module('eventStreamService', [])
var deferred = $q.defer();
// FIXME: We are discarding all the messages.
// XXX FIXME TODO : The discard works because we are doing this all over
// again on EVERY INSTANTIATION of the recents controller.
matrixService.initialSync(1, false).then(
function(response) {
var rooms = response.data.rooms;