mirror of
https://github.com/miniflux/v2.git
synced 2025-06-27 16:36:00 +00:00
Add default tag names for Linkding integration
This commit is contained in:
parent
118e18190d
commit
c4e2eaa609
26 changed files with 66 additions and 18 deletions
|
@ -104,6 +104,7 @@ func SendEntry(entry *model.Entry, integration *model.Integration) {
|
|||
client := linkding.NewClient(
|
||||
integration.LinkdingURL,
|
||||
integration.LinkdingAPIKey,
|
||||
integration.LinkdingTags,
|
||||
)
|
||||
if err := client.AddEntry(entry.Title, entry.URL); err != nil {
|
||||
logger.Error("[Integration] UserID #%d: %v", integration.UserID, err)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue