From 491b98ae72684422ba6ce0045a47c389074bfc62 Mon Sep 17 00:00:00 2001
From: Vitor Pamplona
Date: Thu, 27 Jul 2023 11:26:26 -0400
Subject: [PATCH] 1. Increases wait time to download events to 5 minutes 2.
Adds multiple filters to do authors and citations at the same time. 3.
Increases the list of fixed relays 4. Downloads a list of online relays
available
---
index.html | 6 +--
js/nostr-broadcast.js | 4 +-
js/nostr-utils.js | 122 ++++++++++++++++++++++++++++++++++++++++++
js/relays.js | 14 ++++-
4 files changed, 140 insertions(+), 6 deletions(-)
create mode 100644 js/nostr-utils.js
diff --git a/index.html b/index.html
index e9fb548..b2fbcf1 100644
--- a/index.html
+++ b/index.html
@@ -108,7 +108,7 @@
id="fetching-progress"
name="fetching-progress"
min="0"
- max="20"
+ max="300"
value="0"
style="visibility: hidden" />
@@ -125,7 +125,7 @@
id="broadcasting-progress"
name="broadcasting-progress"
min="0"
- max="20"
+ max="300"
value="0"
style="visibility: hidden" />
@@ -191,7 +191,7 @@
-
+