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 41029e7 commit 3f9a9ebCopy full SHA for 3f9a9eb
src/lib/mtproto/api_methods.ts
@@ -64,6 +64,7 @@ export default abstract class ApiManagerMethods extends AppManager {
64
}
65
66
protected after() {
67
+ return;
68
return this.appStateManager.getState().then((state) => {
69
this.applyAppConfig(state.appConfig, false);
70
});
0 commit comments