diff options
author | 2023-10-22 14:10:56 -0400 | |
---|---|---|
committer | 2023-10-22 11:10:56 -0700 | |
commit | 120aabfbcef4ef453d70861aece3b107b603a911 (patch) | |
tree | 8506252411dcbce102a59b908d318b298faf7dc6 /internal/ui/integration_show.go | |
parent | 5e6c054345e3c64c72a6e8612fe31a26edbdcfaa (diff) | |
download | v2-120aabfbcef4ef453d70861aece3b107b603a911.tar.gz v2-120aabfbcef4ef453d70861aece3b107b603a911.tar.zst v2-120aabfbcef4ef453d70861aece3b107b603a911.zip |
Add RSS-Bridge integration
Diffstat (limited to 'internal/ui/integration_show.go')
-rw-r--r-- | internal/ui/integration_show.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/ui/integration_show.go b/internal/ui/integration_show.go index e3dbc08d..d27ce412 100644 --- a/internal/ui/integration_show.go +++ b/internal/ui/integration_show.go @@ -91,6 +91,8 @@ func (h *handler) showIntegrationPage(w http.ResponseWriter, r *http.Request) { WebhookEnabled: integration.WebhookEnabled, WebhookURL: integration.WebhookURL, WebhookSecret: integration.WebhookSecret, + RSSBridgeEnabled: integration.RSSBridgeEnabled, + RSSBridgeURL: integration.RSSBridgeURL, } sess := session.New(h.store, request.SessionID(r)) |