forked from mystiq/hydrogen-web
fix refactor mistake in sync
This commit is contained in:
parent
bfb7f58a3d
commit
16df40331b
1 changed files with 1 additions and 1 deletions
|
@ -363,7 +363,7 @@ export class Sync {
|
|||
return roomStates;
|
||||
}
|
||||
|
||||
_parseInvites(invites, roomsSection) {
|
||||
_parseInvites(roomsSection) {
|
||||
const inviteStates = [];
|
||||
if (roomsSection.invite) {
|
||||
for (const [roomId, roomResponse] of Object.entries(roomsSection.invite)) {
|
||||
|
|
Loading…
Reference in a new issue