forked from mystiq/hydrogen-web
Also copy over contextEntry from otherEntry
This commit is contained in:
parent
78f97c6532
commit
595deb3a3d
1 changed files with 2 additions and 1 deletions
|
@ -42,7 +42,8 @@ export class EventEntry extends BaseEventEntry {
|
||||||
if (other._decryptionError && !this._decryptionError) {
|
if (other._decryptionError && !this._decryptionError) {
|
||||||
this._decryptionError = other._decryptionError;
|
this._decryptionError = other._decryptionError;
|
||||||
}
|
}
|
||||||
this._contextForEntries = other._contextForEntries;
|
this._contextForEntries = other.contextForEntries;
|
||||||
|
this._contextEntry = other.contextEntry;
|
||||||
}
|
}
|
||||||
|
|
||||||
setContextEntry(entry) {
|
setContextEntry(entry) {
|
||||||
|
|
Loading…
Reference in a new issue