forked from mystiq/hydrogen-web
don't need this for now
This commit is contained in:
parent
4560e0e491
commit
5876e5200b
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue