update sidebar

This commit is contained in:
2026-08-29 20:47:30 +07:00
parent c76ebfb8f6
commit ae2938112f
10 changed files with 225 additions and 280 deletions
+1 -5
View File
@@ -29,11 +29,7 @@ pub const BOOTSTRAP_RELAYS: [&str; 4] = [
];
/// Relays used for indexing user's relay list (NIP-65).
pub const INDEXER_RELAYS: [&str; 3] = [
"wss://indexer.coracle.social",
"wss://purplepag.es",
"wss://user.kindpag.es",
];
pub const INDEXER_RELAYS: [&str; 2] = ["wss://indexer.coracle.social", "wss://user.kindpag.es"];
#[derive(Debug, Clone)]
pub enum BackendEvent {