diff options
author | 2023-10-22 14:10:56 -0400 | |
---|---|---|
committer | 2023-10-22 11:10:56 -0700 | |
commit | 120aabfbcef4ef453d70861aece3b107b603a911 (patch) | |
tree | 8506252411dcbce102a59b908d318b298faf7dc6 /internal/model/integration.go | |
parent | 5e6c054345e3c64c72a6e8612fe31a26edbdcfaa (diff) | |
download | v2-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.go | 2 |
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 } |