mirror of
https://github.com/miniflux/v2.git
synced 2025-09-15 18:57:04 +00:00
parent
c0e954f19d
commit
e0e8a99abe
26 changed files with 85 additions and 44 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue