1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-28 05:03:59 +03:00

more consistent naming

This commit is contained in:
Bruno Windels
2018-07-19 15:24:57 +02:00
parent 5de0d39553
commit 5e30aff418
6 changed files with 16 additions and 16 deletions

View File

@@ -779,7 +779,7 @@ MatrixClient.prototype.loadRoomMembersIfNeeded = async function(roomId) {
};
});
});
await room.setLazilyLoadedMembers(membersPromise);
await room.setLazyLoadedMembers(membersPromise);
};
/**