mirror of
https://github.com/miniflux/v2.git
synced 2025-10-10 19:32:06 +00:00
feat(integration): add tags option for karakeep integration
fix missing comma Move tags attachment to own function
This commit is contained in:
parent
8adcaed29e
commit
6ed12151d2
28 changed files with 143 additions and 17 deletions
|
@ -116,6 +116,7 @@ func (h *handler) showIntegrationPage(w http.ResponseWriter, r *http.Request) {
|
|||
KarakeepEnabled: integration.KarakeepEnabled,
|
||||
KarakeepAPIKey: integration.KarakeepAPIKey,
|
||||
KarakeepURL: integration.KarakeepURL,
|
||||
KarakeepTags: integration.KarakeepTags,
|
||||
RaindropEnabled: integration.RaindropEnabled,
|
||||
RaindropToken: integration.RaindropToken,
|
||||
RaindropCollectionID: integration.RaindropCollectionID,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue