We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8d187e commit 7a09bdaCopy full SHA for 7a09bda
changelog.d/751.bugfix
@@ -0,0 +1 @@
1
+Fix the provisioner staring once per bridged room.
src/Main.ts
@@ -1236,6 +1236,9 @@ export class Main {
1236
}, ONE_HOUR);
1237
await this.updateActivityMetrics();
1238
}
1239
+
1240
+ // Start the provisioner API
1241
+ await this.provisioner.start();
1242
await puppetsWaiting;
1243
await teamSyncPromise;
1244
@@ -1304,8 +1307,6 @@ export class Main {
1304
1307
room.MatrixRoomActive = false;
1305
1308
1306
1309
-
- await this.provisioner.start();
1310
1311
1312
public async getChannelInfo(
0 commit comments