web: fix updating profile view
This commit is contained in:
parent
7747ebb306
commit
d2cae71c9d
3 changed files with 17 additions and 8 deletions
|
@ -2,8 +2,8 @@ let DAMUS
|
|||
|
||||
const BOOTSTRAP_RELAYS = [
|
||||
"wss://relay.damus.io",
|
||||
//"wss://nostr-relay.wlvs.space",
|
||||
//"wss://nostr-pub.wellorder.net",
|
||||
"wss://nostr-relay.wlvs.space",
|
||||
"wss://nostr-pub.wellorder.net",
|
||||
]
|
||||
|
||||
// TODO autogenerate these constants with a bash script
|
||||
|
@ -138,6 +138,8 @@ function on_pool_open(relay) {
|
|||
kinds: STANDARD_KINDS,
|
||||
limit: 500,
|
||||
}]);
|
||||
|
||||
// TODO perhaps get our following list's history too
|
||||
}
|
||||
|
||||
function on_pool_notice(relay, notice) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue