From d30d78608f4447d53efa29996ff07a7a3dc469e8 Mon Sep 17 00:00:00 2001 From: Ren Amamiya <123083837+reyamir@users.noreply.github.com> Date: Wed, 15 Mar 2023 15:03:12 +0700 Subject: [PATCH] added more relays to sql migration --- .../migrations/20230226004139_create_tables.sql | 12 +++++++++++- src/components/user/mini.tsx | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/src-tauri/migrations/20230226004139_create_tables.sql b/src-tauri/migrations/20230226004139_create_tables.sql index 7e923494..a25631ae 100644 --- a/src-tauri/migrations/20230226004139_create_tables.sql +++ b/src-tauri/migrations/20230226004139_create_tables.sql @@ -13,7 +13,7 @@ INSERT INTO relays (relay_url, relay_status) VALUES ("wss://relay.damus.io", "1"), - ("wss://relay.uselume.xyz", "0"), + ("wss://eden.nostr.land", "1"), ("wss://nostr-pub.wellorder.net", "1"), ("wss://nostr.bongbong.com", "1"), ("wss://nostr.zebedee.cloud", "1"), @@ -21,6 +21,16 @@ VALUES ("wss://nostr.walletofsatoshi.com", "1"), ("wss://relay.snort.social", "1"), ("wss://offchain.pub", "1"), + ("wss://brb.io", "1"), + ("wss://relay.current.fyi", "1"), + ("wss://nostr.relayer.se", "1"), + ("wss://nostr.bitcoiner.social", "1"), + ("wss://relay.nostr.info", "1"), + ("wss://relay.zeh.app", "1"), + ("wss://nostr-01.dorafactory.org", "1"), + ("wss://nostr.zhongwen.world", "1"), + ("wss://nostro.cc", "1"), + ("wss://relay.nostr.net.in", "1"), ("wss://nos.lol", "1"); -- create accounts diff --git a/src/components/user/mini.tsx b/src/components/user/mini.tsx index f211a060..4ebf4af5 100644 --- a/src/components/user/mini.tsx +++ b/src/components/user/mini.tsx @@ -53,7 +53,7 @@ export const UserMini = memo(function UserMini({ pubkey }: { pubkey: string }) { return (
-
+
{profile.picture ? ( ) : (