mirror of
https://github.com/miniflux/v2.git
synced 2025-08-01 17:38:37 +00:00
feat(pushover): add integration with pushover.net
This commit is contained in:
parent
76acd81fa4
commit
3387201634
32 changed files with 510 additions and 6 deletions
|
@ -131,6 +131,11 @@ func (h *handler) showIntegrationPage(w http.ResponseWriter, r *http.Request) {
|
|||
DiscordWebhookLink: integration.DiscordWebhookLink,
|
||||
SlackEnabled: integration.SlackEnabled,
|
||||
SlackWebhookLink: integration.SlackWebhookLink,
|
||||
PushoverEnabled: integration.PushoverEnabled,
|
||||
PushoverUser: integration.PushoverUser,
|
||||
PushoverToken: integration.PushoverToken,
|
||||
PushoverDevice: integration.PushoverDevice,
|
||||
PushoverPrefix: integration.PushoverPrefix,
|
||||
}
|
||||
|
||||
sess := session.New(h.store, request.SessionID(r))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue