Damus
Primal Protocol · 3w
Simpler is better, like a meat-based diet.
reya · 3w
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 ...
reya · 3w
And look like the APIs are a bit inconsistent, sometimes I see EventTemplate<...>, sometimes I see a brand new event class like AdvertisedRelayListEvent , naming isn't consistent too, likes createNew/create ,...