Damus
Vitor Pamplona · 5w
Feel free to ask for things or send stuff in a PR that can make things easier for you . Quartz was built from Amethyst (which is a complicated architecture), but we want to make it simpler.
reya profile picture
I think a option to chose specific relay list when publish/subscribe will be nice. Like:
```
client?.publish(event, Target.NIP65) // publish to nip65 relay list
client?.publish(event, Target.NIP17) // publish to nip17 relay list
client?.subscribe(event, Target.Custom(setOf...)) // publish to custom relay list

client?.subscribe(filter, Target.NIP65)
...
```
🤔1