mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2026-02-06 23:04:28 +01:00
Remove sync_nostr call on startup
This commit is contained in:
committed by
Tony Giorgio
parent
3d24fcfe95
commit
3920c900de
@@ -241,13 +241,6 @@ export const Provider: ParentComponent = (props) => {
|
||||
return;
|
||||
}
|
||||
|
||||
// Sync our nostr profile info
|
||||
try {
|
||||
await state.mutiny_wallet.sync_nostr();
|
||||
} catch (e) {
|
||||
console.error("error syncing nostr profile", e);
|
||||
}
|
||||
|
||||
// Check if we're subscribed and update the timestamp
|
||||
try {
|
||||
const timestamp = await state.mutiny_wallet.check_subscribed();
|
||||
|
||||
Reference in New Issue
Block a user