mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 18:14:49 -04:00
Added big massive TODOs on a huge design problem with initial sync
This commit is contained in:
parent
054fad5360
commit
da9b7b0368
2 changed files with 20 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue