You've already forked element-web
mirror of
https://github.com/element-hq/element-web.git
synced 2025-11-29 21:23:11 +03:00
Modify font-regex and declare json type
This commit is contained in:
@@ -25,7 +25,7 @@ import { EventType } from "matrix-js-sdk/src/@types/event";
|
||||
|
||||
export default class JSONExporter extends Exporter {
|
||||
protected totalSize = 0;
|
||||
protected messages: any[] = [];
|
||||
protected messages: Record<string, any>[] = [];
|
||||
|
||||
constructor(
|
||||
room: Room,
|
||||
|
||||
Reference in New Issue
Block a user