diff options
Diffstat (limited to 'internal/model/integration.go')
-rw-r--r-- | internal/model/integration.go | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/internal/model/integration.go b/internal/model/integration.go index 7ed3a41d..d0a6f443 100644 --- a/internal/model/integration.go +++ b/internal/model/integration.go @@ -48,6 +48,12 @@ type Integration struct { TelegramBotDisableWebPagePreview bool TelegramBotDisableNotification bool TelegramBotDisableButtons bool + LinkAceEnabled bool + LinkAceURL string + LinkAceAPIKey string + LinkAceTags string + LinkAcePrivate bool + LinkAceCheckDisabled bool LinkdingEnabled bool LinkdingURL string LinkdingAPIKey string |