mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-04 19:15:04 -04:00
matrixService.rooms must be renamed matrixService.initialSync now
This commit is contained in:
parent
21d6ce2380
commit
9a5f224931
2 changed files with 4 additions and 3 deletions
|
@ -105,7 +105,7 @@ angular.module('eventStreamService', [])
|
|||
var deferred = $q.defer();
|
||||
|
||||
// FIXME: We are discarding all the messages.
|
||||
matrixService.rooms(1, false).then(
|
||||
matrixService.initialSync(1, false).then(
|
||||
function(response) {
|
||||
var rooms = response.data.rooms;
|
||||
for (var i = 0; i < rooms.length; ++i) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue