mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 10:15:43 +03:00
lazy loading is not in labs anymore
This commit is contained in:
parent
c1312f09ab
commit
f197e9f977
1 changed files with 0 additions and 1 deletions
|
@ -30,7 +30,6 @@ const assert = require('assert');
|
||||||
|
|
||||||
module.exports = async function lazyLoadingScenarios(alice, bob, charlies) {
|
module.exports = async function lazyLoadingScenarios(alice, bob, charlies) {
|
||||||
console.log(" creating a room for lazy loading member scenarios:");
|
console.log(" creating a room for lazy loading member scenarios:");
|
||||||
await enableLazyLoading(alice);
|
|
||||||
const charly1to5 = charlies.slice("charly-1..5", 0, 5);
|
const charly1to5 = charlies.slice("charly-1..5", 0, 5);
|
||||||
const charly6to10 = charlies.slice("charly-6..10", 5);
|
const charly6to10 = charlies.slice("charly-6..10", 5);
|
||||||
assert(charly1to5.sessions.length, 5);
|
assert(charly1to5.sessions.length, 5);
|
||||||
|
|
Loading…
Reference in a new issue