mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-04-01 00:18:04 +02:00
Update RecommendationGeneration.vue
This commit is contained in:
parent
6fa03b92fd
commit
f095542f64
@ -83,8 +83,8 @@ async function generate_feed(id) {
|
||||
let content = "NIP 90 Content Discovery request"
|
||||
let kind = 5300
|
||||
let tags = []
|
||||
//tags.push(["param", "max_results", "100"])
|
||||
//tags.push(["param", "user", store.state.pubkey.toHex()])
|
||||
tags.push(["param", "max_results", "200"])
|
||||
tags.push(["param", "user", store.state.pubkey.toHex()])
|
||||
|
||||
let res;
|
||||
let requestid;
|
||||
@ -93,7 +93,8 @@ async function generate_feed(id) {
|
||||
if(current_dvm.encryptionSupported && current_dvm.nip88 && current_dvm.nip88.hasActiveSubscription && localStorage.getItem('nostr-key-method') !== 'android-signer' ){
|
||||
|
||||
let tags_str = []
|
||||
for (let tag in tags){
|
||||
for (let tag of tags){
|
||||
|
||||
tags_str.push(tag)
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user