Make more of the codebase conform to strict types (#10859)
This commit is contained in:
@@ -67,7 +67,7 @@ class FilePanel extends React.Component<IProps, IState> {
|
||||
private onRoomTimeline = (
|
||||
ev: MatrixEvent,
|
||||
room: Room | undefined,
|
||||
toStartOfTimeline: boolean,
|
||||
toStartOfTimeline: boolean | undefined,
|
||||
removed: boolean,
|
||||
data: IRoomTimelineData,
|
||||
): void => {
|
||||
|
||||
Reference in New Issue
Block a user