aboutsummaryrefslogtreecommitdiff
path: root/internal/model/integration.go
diff options
context:
space:
mode:
authorGravatar Ryan Stafford <ryan@nanorex.net> 2023-10-22 14:10:56 -0400
committerGravatar GitHub <noreply@github.com> 2023-10-22 11:10:56 -0700
commit120aabfbcef4ef453d70861aece3b107b603a911 (patch)
tree8506252411dcbce102a59b908d318b298faf7dc6 /internal/model/integration.go
parent5e6c054345e3c64c72a6e8612fe31a26edbdcfaa (diff)
downloadv2-120aabfbcef4ef453d70861aece3b107b603a911.tar.gz
v2-120aabfbcef4ef453d70861aece3b107b603a911.tar.zst
v2-120aabfbcef4ef453d70861aece3b107b603a911.zip
Add RSS-Bridge integration
Diffstat (limited to 'internal/model/integration.go')
-rw-r--r--internal/model/integration.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/model/integration.go b/internal/model/integration.go
index 49b6be07..e31ae8fe 100644
--- a/internal/model/integration.go
+++ b/internal/model/integration.go
@@ -71,4 +71,6 @@ type Integration struct {
WebhookEnabled bool
WebhookURL string
WebhookSecret string
+ RSSBridgeEnabled bool
+ RSSBridgeURL string
}