stendler
stendler
Could that be integrated into the Pokemon#resetStatus method, or is that used by something, that would not heal confusion?
Ah yes, the case with Heal Bell was what I suspected in the issue, but not really sure about. @EvasiveAce Lum Berry already has some code to also heal Confusion....
There are also other properties supported by ntfy, which are not implemented yet: - [`actions`](https://docs.ntfy.sh/publish/#action-buttons) to define custom action buttons for the notificaton - `attach` - URL to an attachment...
> WRT Not sure if they are also supported via JSON - if you're unsure, would it be possible to omit those features from this PR? I'd rather just include...
@TwiN I've now added tests for the json properties *and* also tests for verifying the request headers from the Send function using httptest.
Just now, I wanted to find out which version was running. It does not seem to be printed in the docker logs either. Gatus might currently not even know about...
Haven't noticed any issues with wayland so far. Though, I've only used the cgo version. The purego code seems to set `_ = os.Setenv("GDK_BACKEND", "x11")` without any checks as well....
I've rebased and moved the changelog line to the new unreleased section. Although now I seem to have trouble building on linux (likely due to changes in https://github.com/wailsapp/wails/pull/3667): ```sh WARNING...
That's the right code, thank you! So this looks like adding them via headers in addition to the JSON message payload should work. > You can try including them, and...