You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-11 20:22:36 +03:00
Test if members joining while user is offline are received after returning online with LL enabled
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user