You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-25 17:02:04 +03:00
Explicitly declare file extensions for stickers and log event fetching progress
This commit is contained in:
@ -95,7 +95,7 @@ export default class PlainTextExporter extends Exporter {
|
||||
const res = await this.getRequiredEvents();
|
||||
const fetchEnd = performance.now();
|
||||
|
||||
console.log(`Fetched ${res.length} events in ${(fetchEnd - fetchStart)/1000} s`);
|
||||
console.log(`Fetched ${res.length} events in ${(fetchEnd - fetchStart)/1000}s`);
|
||||
console.info("Creating Output...");
|
||||
|
||||
const text = await this.createOutput(res);
|
||||
|
Reference in New Issue
Block a user