diff --git a/src/matrix/room/timeline/entries/EventEntry.js b/src/matrix/room/timeline/entries/EventEntry.js index 93700842..4d19cf56 100644 --- a/src/matrix/room/timeline/entries/EventEntry.js +++ b/src/matrix/room/timeline/entries/EventEntry.js @@ -42,7 +42,8 @@ export class EventEntry extends BaseEventEntry { if (other._decryptionError && !this._decryptionError) { this._decryptionError = other._decryptionError; } - this._contextForEntries = other._contextForEntries; + this._contextForEntries = other.contextForEntries; + this._contextEntry = other.contextEntry; } setContextEntry(entry) {