Convert EventTimeline, EventTimelineSet and TimelineWindow to TS
This commit is contained in:
parent
3d5117c631
commit
fcdb0a27d0
3 changed files with 17 additions and 13 deletions
|
@ -129,7 +129,7 @@ class FilePanel extends React.Component<IProps, IState> {
|
|||
}
|
||||
}
|
||||
|
||||
public async fetchFileEventsServer(room: Room): Promise<void> {
|
||||
public async fetchFileEventsServer(room: Room): Promise<EventTimelineSet> {
|
||||
const client = MatrixClientPeg.get();
|
||||
|
||||
const filter = new Filter(client.credentials.userId);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue