Make more of the codebase conform to strict types (#10859)
This commit is contained in:
parent
6f58dd49e3
commit
f758cbd38a
46 changed files with 111 additions and 105 deletions
|
@ -193,7 +193,7 @@ export default class EventIndex extends EventEmitter {
|
|||
private onRoomTimeline = async (
|
||||
ev: MatrixEvent,
|
||||
room: Room | undefined,
|
||||
toStartOfTimeline: boolean,
|
||||
toStartOfTimeline: boolean | undefined,
|
||||
removed: boolean,
|
||||
data: IRoomTimelineData,
|
||||
): Promise<void> => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue