I don't know why, but UnifiedPush (amethyst + ntfy) doesn't work. I didn't test sending zaps, just sending private messages. I don't receive notification (nothing happens).
I can see the unified link created on ntfy, but can't setup the notification parameters.
@Vitor Pamplona thanks for the zap, but my Amethyst was already openned, so didn't see any notification. Let's make the test again with my app turned off 🤣
Is it enabled on the Settings of the app?
Thanks again for the zap. This time the phone was off 🤣, but I was notified by wallet of satoshi. I've already tried to configure everything, I've tried all the options. Both in the application and in the list of applications in the Android settings. Also tried to force a notification by issuing: ```curl -d "Hello 😀" ntfy.sh/upOxDEM85PyQCo``` Nothing happens 😢
@KotlinGeek any help here?
I heard a sound in the background, was it you who activated my URL? 🤣 No need to worry, I personally won't even use this feature, I'd rather it stay buggy 🤣
I don't want distractions.
@devsou.com please do you have background optimization disabled for Ntfy? That could be one of the reasons.
I already use ntfy for other functions, and they all work normally (when phone screen is off).
@devsou.com running that curl command will not work because when a new message is received, it is parsed by the app to know whether it is a Nostr event. If it is not, it is ignored. But not receiving PMs is weird.🤔
@devsou.com thanks for the zap!
@devsou.com one thing that may affect PMs is whether you and your recipient have an intersecting set of relays. Maybe that is not the case?🤔 cc @Vitor Pamplona
@Vitor Pamplona maybe we can revise the push server code to only use the votes variable when sending DMs, but not anything else.