feat: save relay extra config
This commit is contained in:
parent
f689e829eb
commit
25dde9571c
4 changed files with 28 additions and 21 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue