From cbd16d1e352fc5e8cb6a8b5733203071f375db12 Mon Sep 17 00:00:00 2001 From: artur Date: Fri, 23 Feb 2024 09:31:29 +0300 Subject: [PATCH] Turn off the subscribeAppPerms for now --- src/modules/backend.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/backend.ts b/src/modules/backend.ts index 7b97dc2..572d9c5 100644 --- a/src/modules/backend.ts +++ b/src/modules/backend.ts @@ -340,7 +340,7 @@ export class NoauthBackend { if (sub) await this.sendSubscriptionToServer(k.npub, sub) } - this.subscribeToAppPerms() +// this.subscribeToAppPerms() } private async subscribeToAppPerms() {