parent
94ae79c892
commit
c048ad8f4a
1 changed files with 7 additions and 0 deletions
|
|
@ -911,6 +911,11 @@ export default {
|
||||||
this.events = this.timelineWindow.getEvents();
|
this.events = this.timelineWindow.getEvents();
|
||||||
this.initialLoadDone = true;
|
this.initialLoadDone = true;
|
||||||
}
|
}
|
||||||
|
})
|
||||||
|
.finally(() => {
|
||||||
|
for (var event of this.events) {
|
||||||
|
this.$matrix.matrixClient.decryptEventIfNeeded(event, {});
|
||||||
|
}
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
@ -1170,6 +1175,8 @@ export default {
|
||||||
return; // Not for this room
|
return; // Not for this room
|
||||||
}
|
}
|
||||||
|
|
||||||
|
this.$matrix.matrixClient.decryptEventIfNeeded(event, {});
|
||||||
|
|
||||||
if (this.initialLoadDone) {
|
if (this.initialLoadDone) {
|
||||||
this.paginateBackIfNeeded();
|
this.paginateBackIfNeeded();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue