mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-02-08 10:38:18 +01:00
fix refactor mistake in sync
This commit is contained in:
parent
bfb7f58a3d
commit
16df40331b
@ -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…
x
Reference in New Issue
Block a user