Turn off the subscribeAppPerms for now

This commit is contained in:
artur 2024-02-23 09:31:29 +03:00
parent c977b96eae
commit cbd16d1e35

View File

@ -340,7 +340,7 @@ export class NoauthBackend {
if (sub) await this.sendSubscriptionToServer(k.npub, sub) if (sub) await this.sendSubscriptionToServer(k.npub, sub)
} }
this.subscribeToAppPerms() // this.subscribeToAppPerms()
} }
private async subscribeToAppPerms() { private async subscribeToAppPerms() {