forked from mystiq/hydrogen-web
Merge pull request #663 from vector-im/bwindels/fix-reply-not-loading
Fix replies from /context not loading in e2ee rooms
This commit is contained in:
commit
34ec0e2c82
1 changed files with 1 additions and 1 deletions
|
@ -382,7 +382,7 @@ export class Timeline {
|
|||
};
|
||||
const eventEntry = new NonPersistedEventEntry(entry, this._fragmentIdComparer);
|
||||
if (this._decryptEntries) {
|
||||
const request = this._decryptEntries(DecryptionSource.Timeline, [eventEntry]);
|
||||
const request = this._decryptEntries([eventEntry]);
|
||||
await request.complete();
|
||||
}
|
||||
return eventEntry;
|
||||
|
|
Loading…
Reference in a new issue