Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PushoverAgent: HTML message support #2264

Merged
merged 3 commits into from
Apr 21, 2018
Merged

PushoverAgent: HTML message support #2264

merged 3 commits into from
Apr 21, 2018

Commits on Apr 20, 2018

  1. PushoverAgent: HTML message support

    Pushover has supported displaying the `message` as HTML in its apps for
    about three years. https://updates.pushover.net/post/117525190347/html-message-support
    dgw committed Apr 20, 2018
    Configuration menu
    Copy the full SHA
    284e2dc View commit details
    Browse the repository at this point in the history
  2. PushoverAgent: Match conventions in new html option

    Per feedback on huginn#2264
    dgw committed Apr 20, 2018
    Configuration menu
    Copy the full SHA
    692db8f View commit details
    Browse the repository at this point in the history
  3. PushoverAgent: Rewrite to handle boolean true for html

    For reasons that are not clear, String.try_convert(true) yields nil, not
    a string. Go figure.
    dgw committed Apr 20, 2018
    Configuration menu
    Copy the full SHA
    27cd2e7 View commit details
    Browse the repository at this point in the history