aboutsummaryrefslogtreecommitdiff
path: root/internal/ui/integration_show.go
diff options
context:
space:
mode:
authorGravatar Jany <127505435+janydoe@users.noreply.github.com> 2023-09-28 03:02:22 +0000
committerGravatar GitHub <noreply@github.com> 2023-09-27 20:02:22 -0700
commite0e8a99abe919b8cc2dc292fb8efc2c31f42ad80 (patch)
treed8337842ed96f17e31add109423adfaab3a08a24 /internal/ui/integration_show.go
parentc0e954f19d707fef8ef8271636ec661634a4c4c7 (diff)
downloadv2-e0e8a99abe919b8cc2dc292fb8efc2c31f42ad80.tar.gz
v2-e0e8a99abe919b8cc2dc292fb8efc2c31f42ad80.tar.zst
v2-e0e8a99abe919b8cc2dc292fb8efc2c31f42ad80.zip
Telegram: add the possibility to disable buttons
Closes #2093
Diffstat (limited to 'internal/ui/integration_show.go')
-rw-r--r--internal/ui/integration_show.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/ui/integration_show.go b/internal/ui/integration_show.go
index 9f091774..e3dbc08d 100644
--- a/internal/ui/integration_show.go
+++ b/internal/ui/integration_show.go
@@ -67,6 +67,7 @@ func (h *handler) showIntegrationPage(w http.ResponseWriter, r *http.Request) {
TelegramBotTopicID: integration.TelegramBotTopicID,
TelegramBotDisableWebPagePreview: integration.TelegramBotDisableWebPagePreview,
TelegramBotDisableNotification: integration.TelegramBotDisableNotification,
+ TelegramBotDisableButtons: integration.TelegramBotDisableButtons,
LinkdingEnabled: integration.LinkdingEnabled,
LinkdingURL: integration.LinkdingURL,
LinkdingAPIKey: integration.LinkdingAPIKey,