You've already forked element-web
mirror of
https://github.com/element-hq/element-web.git
synced 2025-12-01 09:58:03 +03:00
Update src/utils/exportUtils/Exporter.ts
Co-authored-by: Michael Telatynski <7t3chguy@googlemail.com>
This commit is contained in:
@@ -81,7 +81,7 @@ export default abstract class Exporter {
|
||||
});
|
||||
});
|
||||
|
||||
//Wait for all the events to get decrypted.
|
||||
// Wait for all the events to get decrypted.
|
||||
await Promise.all(decryptionPromises);
|
||||
|
||||
for (let i = 0; i < events.length; i++) this.setEventMetadata(events[i]);
|
||||
|
||||
Reference in New Issue
Block a user