mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-15 07:32:03 +03:00
Update src/utils/exportUtils/Exporter.ts
Co-authored-by: Michael Telatynski <7t3chguy@googlemail.com>
This commit is contained in:
parent
03d8e1f931
commit
d80e008d28
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ import { exportTypes } from "./exportUtils";
|
|||
export default abstract class Exporter {
|
||||
protected constructor(protected room: Room, protected exportType: exportTypes, protected numberOfEvents?: number) {}
|
||||
|
||||
protected getTimelineConversation = () : MatrixEvent[] => {
|
||||
protected getTimelineConversation = (): MatrixEvent[] => {
|
||||
if (!this.room) return;
|
||||
|
||||
const cli = MatrixClientPeg.get();
|
||||
|
|
Loading…
Reference in a new issue