bug: Fix profile update & relays for new user
This commit is contained in:
@ -41,7 +41,7 @@ export const ProfileCacheExpire = 1_000 * 60 * 30;
|
||||
export const DefaultRelays = new Map<string, RelaySettings>([
|
||||
["wss://relay.snort.social", { read: true, write: true }],
|
||||
["wss://nostr.wine", { read: true, write: false }],
|
||||
["wss://nos.lol", { read: true, write: false }],
|
||||
["wss://nos.lol", { read: true, write: true }],
|
||||
]);
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user