nostr:npub1syjmjy0dp62dhccq3g97fr87tngvpvzey08llyt6ul58m2zqpzps9wf6wl I need some very specific help.. I'm running a local strfry instance on my Android phone and when I'm trying to post to that instance from jumble I get:

Protected event, skipping

from strfry. The error also shows up in jumble. Posting to a local Citrine works fine and also posting to my local strfry from Amethyst works fine. Any ideas?

Reply to this note

Please Login to reply.

Discussion

Looks like strfry’s default configuration doesn’t accept protected events. You might need to ask the strfry experts what configuration needs to be changed to allow them.

unfortunately those that PR'd this protected event protection into strfry did not think to make it optional. if you want you can patch it to the previous behavior of accepting them. I have a fork where I reverted it. https://github.com/jeremyd/strfry

Learning a lot right now.. strfry implements NIP-70 but not NIP-42. There is some recent work for NIP-42:

https://github.com/hoytech/strfry/pull/156

So maybe that will be merged soon.

Do I understand the jumble code correctly that when a post is written to non-write relays that it will be a protected event?

If you don’t select write relays, then it will be a protected event.

Then I understood the code correctly. Thanks for clarifying.