wip: complete new onboarding

This commit is contained in:
2023-10-17 16:33:41 +07:00
parent 3aa4f294f9
commit 7fa1e89dc8
44 changed files with 580 additions and 732 deletions

View File

@@ -26,7 +26,7 @@ export interface Account extends NDKUserProfile {
npub: string;
pubkey: string;
follows: null | string[];
network: null | string[];
circles: null | string[];
is_active: number;
last_login_at: number;
}