mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-22 19:14:52 +01:00
fix typo
This commit is contained in:
parent
d0122d17c0
commit
218d25d973
@ -313,7 +313,7 @@ export class Room extends BaseRoom {
|
||||
const verifiedEntries = [];
|
||||
const updateCallback = entry => verifiedEntries.push(entry);
|
||||
newlyVerifiedDecryption.applyToEntries(newEntries, updateCallback);
|
||||
newlyVerifiedDecryption.applyToEntries(updated, updateCallback);
|
||||
newlyVerifiedDecryption.applyToEntries(updatedEntries, updateCallback);
|
||||
// TODO: update _observedEvents here as well?
|
||||
this._timeline?.replaceEntries(verifiedEntries);
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user