use nostr.com to display unfound event

This commit is contained in:
Ren Amamiya
2023-09-04 18:09:41 +07:00
parent 98d2ccfc86
commit 57c17ffbf9
6 changed files with 279 additions and 17 deletions

View File

@@ -1,5 +1,6 @@
export const FULL_RELAYS = [
'wss://relay.damus.io',
'wss://nos.lol',
'wss://relay.nostr.band/all',
'wss://nostr.mutinywallet.com',
];

View File

@@ -20,6 +20,7 @@ export const WidgetKinds = {
articles: 103,
user: 104,
thread: 105,
follows: 106,
},
global: {
feeds: 1000,
@@ -54,6 +55,10 @@ export const DefaultWidgets = [
kind: WidgetKinds.local.articles,
title: 'Articles',
},
{
kind: WidgetKinds.local.follows,
title: 'Follows',
},
],
},
{