You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-30 02:21:17 +03:00
Correct the dir parameter of MSC3715 (#9391)
This commit is contained in:
@ -449,7 +449,7 @@ export class StopGapWidgetDriver extends WidgetDriver {
|
||||
from,
|
||||
to,
|
||||
limit,
|
||||
direction: dir,
|
||||
dir,
|
||||
});
|
||||
|
||||
return {
|
||||
|
@ -266,7 +266,7 @@ describe("StopGapWidgetDriver", () => {
|
||||
limit: 25,
|
||||
from: 'from-token',
|
||||
to: 'to-token',
|
||||
direction: Direction.Forward,
|
||||
dir: Direction.Forward,
|
||||
},
|
||||
);
|
||||
});
|
||||
|
Reference in New Issue
Block a user