Thank you, finally released with Hub code. I will test tomorrow 👀
nostr-relay-tray v1.5.0 Released!
https://github.com/CodyTseng/nostr-relay-tray/releases/tag/v1.5.0
- Added the ability to clear all events
- Introduced dark mode
- Added the ability to join hubs
A hub is an aggregator relay similar to bostr. By joining a hub, you can contribute your local computing power and data to provide relay services to others.
My deployed hub can be accessed at: wss://hub.nostr-relay.app . You can connect to this relay using any nostr client.
If you want to join this hub, download the latest version of nostr-relay-hub and enable the join hub option in the settings. The hub address to join is: wss://hub.nostr-relay.app/join
You can also deploy your own hub. For more information: https://github.com/CodyTseng/tray-hub
#nostr #relay #devstr


Discussion
Issues are welcome 🫡
Cody, I have tested v1.5.0. It works properly when requesting event (REQ) through hub relay. The hub fetch my local relay tray event. But, it is not forwarding event to local relay when i send event (EVENT message) through hub relay. Is it not implemented for now?
This might be a bug 😢
Yes, probably. There are also other issues. I will post the detail in repo issues later,
I sent an EVENT message and everything seems to be working fine. How did you determine that there was no forwarding to the local nostr-relay-tray? The total number of events on the home page is dated. Because I cached the home page data 🌝
I use nak REQ to my local relay tray yesterday after sending event through hub relay. But, no worry, it seems yesterday I only have connection issue. It is ok, it works properly now 😅
There is another bug. Using v1.5.0 AppImage, with the following setting: Default block and only allow kind 1. But local relay tray reject all events including kind 1 that was supposed to be accepted.

I'll find the problem as soon as I can
Thanks Cody. It's ok, take your time.
I have fixed this issue in the latest code, but I plan to release it later. The "add hub" feature still has some unresolved issues, and I intend to release everything together once those are fixed.