mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 11:35:04 +01:00
don't need this for now
This commit is contained in:
parent
4560e0e491
commit
5876e5200b
@ -382,7 +382,7 @@ export class Room extends EventEmitter {
|
|||||||
* Can be used to do longer running operations that resulted from the last sync,
|
* Can be used to do longer running operations that resulted from the last sync,
|
||||||
* like network operations.
|
* like network operations.
|
||||||
*/
|
*/
|
||||||
async afterSyncCompleted(changes, isNewRoom, log) {
|
async afterSyncCompleted(changes, log) {
|
||||||
log.set("id", this.id);
|
log.set("id", this.id);
|
||||||
if (this._roomEncryption) {
|
if (this._roomEncryption) {
|
||||||
await this._roomEncryption.flushPendingRoomKeyShares(this._hsApi, null, log);
|
await this._roomEncryption.flushPendingRoomKeyShares(this._hsApi, null, log);
|
||||||
|
Loading…
Reference in New Issue
Block a user