@hocuspocus/provider 3.2.4 → 3.2.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1282,6 +1282,7 @@ class HocuspocusProviderWebsocket extends EventEmitter {
1282
1282
  }
1283
1283
  async onOpen(event) {
1284
1284
  this.status = WebSocketStatus.Connected;
1285
+ this.emit("status", { status: WebSocketStatus.Connected });
1285
1286
  this.cancelWebsocketRetry = undefined;
1286
1287
  this.receivedOnOpenPayload = event;
1287
1288
  }