1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-06 17:41:00 +00:00

feat(integration): add Discord integration

This commit is contained in:
CaptainArk 2025-01-12 21:18:57 +01:00 committed by GitHub
parent f116f7dd6a
commit 9b25ea4ed6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
26 changed files with 209 additions and 4 deletions

View file

@ -126,6 +126,8 @@ func (h *handler) showIntegrationPage(w http.ResponseWriter, r *http.Request) {
NtfyIconURL: integration.NtfyIconURL,
CuboxEnabled: integration.CuboxEnabled,
CuboxAPILink: integration.CuboxAPILink,
DiscordEnabled: integration.DiscordEnabled,
DiscordWebhookLink: integration.DiscordWebhookLink,
}
sess := session.New(h.store, request.SessionID(r))