Test if members joining while user is offline are received after returning online with LL enabled

This commit is contained in:
Bruno Windels 2018-09-14 12:44:01 +02:00
parent 6deb595fec
commit 16b2f09915
3 changed files with 33 additions and 5 deletions

View file

@ -25,7 +25,7 @@ module.exports = class RestMultiSession {
this.sessions = sessions;
}
slice(start, end, groupName) {
slice(groupName, start, end) {
return new RestMultiSession(this.sessions.slice(start, end), groupName);
}