mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +01:00
Also copy over contextEntry from otherEntry
This commit is contained in:
parent
78f97c6532
commit
595deb3a3d
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user