forked from mystiq/hydrogen-web
Formatting fix
This commit is contained in:
parent
b753507b8d
commit
2265d198a6
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ export class Timeline {
|
|||
}
|
||||
|
||||
/** @package */
|
||||
replaceEntries(entries) {
|
||||
replaceEntries(entries) {
|
||||
this._addLocalRelationsToNewRemoteEntries(entries);
|
||||
this._loadRelatedEvents(entries);
|
||||
for (const entry of entries) {
|
||||
|
|
Loading…
Reference in a new issue