Update src/utils/exportUtils/Exporter.ts
Co-authored-by: Michael Telatynski <7t3chguy@googlemail.com>pull/21833/head
parent
03d8e1f931
commit
d80e008d28
|
@ -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 New Issue