mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-19 06:54:06 -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
|
@ -130,8 +130,9 @@ angular.module('matrixService', [])
|
|||
return doRequest("POST", path, undefined, req);
|
||||
},
|
||||
|
||||
// List all rooms joined or been invited to
|
||||
rooms: function(limit, feedback) {
|
||||
// Get the user's current state: his presence, the list of his rooms with
|
||||
// the last {limit} events
|
||||
initialSync: function(limit, feedback) {
|
||||
// The REST path spec
|
||||
|
||||
var path = "/initialSync";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue