feat: add local and global newsfeeds

This commit is contained in:
2024-03-07 15:39:43 +07:00
parent 25d07303a3
commit a4fdcfdf0b
8 changed files with 298 additions and 134 deletions

View File

@@ -50,7 +50,7 @@ function Screen() {
const loadAccount = await ark.load_selected_account(npub);
if (loadAccount) {
navigate({
to: "/$account/home",
to: "/$account/home/local",
params: { account: npub },
replace: true,
});