feat: save relay extra config

This commit is contained in:
Vlad Stan 2023-02-07 17:50:48 +02:00
parent f689e829eb
commit 25dde9571c
4 changed files with 28 additions and 21 deletions

View file

@ -56,16 +56,6 @@ async function relayDetails(path) {
'/nostrrelay/api/v1/relay/' + this.relayId,
this.inkey
)
data.config = {
isPaidRelay: true,
wallet: '',
costToJoin: 0,
freeStorage: 0,
storageCostPerKb: 0,
maxFilters: 0,
allowedPublicKeys: [],
blockedPublicKeys: []
}
this.relay = data
console.log('### this.relay', this.relay)