We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2056ae8 commit 9ba93d6Copy full SHA for 9ba93d6
1 file changed
src/Client.js
@@ -287,7 +287,7 @@ class Client extends EventEmitter {
287
await this.pupPage.evaluate(() => {
288
window.AuthStore.AppState.on('change:state', (_AppState, state) => { window.onAuthAppStateChangedEvent(state); });
289
window.AuthStore.AppState.on('change:hasSynced', () => { window.onAppStateHasSyncedEvent(); });
290
- window.AuthStore.Cmd.on('offline_progress_update', () => {
+ window.AuthStore.Cmd.on('offline_progress_update_from_bridge', () => {
291
window.onOfflineProgressUpdateEvent(window.AuthStore.OfflineMessageHandler.getOfflineDeliveryProgress());
292
});
293
window.AuthStore.Cmd.on('logout', async () => {
0 commit comments