Skip to content

Inherit default igwn-alert server from client

igwn-alert introduced an API change in the client in 0.6, in which many of the keyword arguments don't accept None anymore. I've updated the configuration here to inherit DEFAULT_SERVER from the client and use that as the default instead.

This is backwards compatible with any version of the client.

Merge request reports