Add keyword search, draft

This commit is contained in:
artur
2023-01-24 15:33:18 +03:00
committed by Kieran
parent 200dc6b352
commit 3f45a3db06
12 changed files with 38740 additions and 7004 deletions

View File

@ -27,6 +27,13 @@ export const DefaultRelays = new Map<string, RelaySettings>([
["wss://relay.snort.social", { read: true, write: true }]
]);
/**
* Default search relays
*/
export const SearchRelays = new Map<string, RelaySettings>([
["wss://relay.nostr.band", { read: true, write: false }],
]);
/**
* List of recommended follows for new users
*/