mirror of
https://github.com/miniflux/v2.git
synced 2025-08-16 18:01:37 +00:00
Add mark as unread for Linkding integration
This commit is contained in:
parent
765b4c6424
commit
736fb7320e
8 changed files with 40 additions and 14 deletions
|
@ -63,6 +63,7 @@ func (h *handler) showIntegrationPage(w http.ResponseWriter, r *http.Request) {
|
|||
LinkdingURL: integration.LinkdingURL,
|
||||
LinkdingAPIKey: integration.LinkdingAPIKey,
|
||||
LinkdingTags: integration.LinkdingTags,
|
||||
LinkdingMarkAsUnread: integration.LinkdingMarkAsUnread,
|
||||
MatrixBotEnabled: integration.MatrixBotEnabled,
|
||||
MatrixBotUser: integration.MatrixBotUser,
|
||||
MatrixBotPassword: integration.MatrixBotPassword,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue