You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-12-01 04:43:29 +03:00
Make it all work!
This commit is contained in:
@@ -75,6 +75,7 @@ class SyncAccumulator {
|
||||
if (!syncResponse.rooms) {
|
||||
return;
|
||||
}
|
||||
console.log("Accumulating ", syncResponse.next_batch, syncResponse);
|
||||
this.nextBatch = syncResponse.next_batch;
|
||||
if (syncResponse.rooms.invite) {
|
||||
Object.keys(syncResponse.rooms.invite).forEach((roomId) => {
|
||||
|
||||
Reference in New Issue
Block a user