mirror of
https://github.com/miniflux/v2.git
synced 2025-06-27 16:36:00 +00:00
Apprise Service Urls per feed
This commit is contained in:
parent
939a91e99d
commit
32d33104a4
27 changed files with 58 additions and 8 deletions
|
@ -97,7 +97,7 @@ func ProcessFeedEntries(store *storage.Storage, feed *model.Feed, user *model.Us
|
|||
} else if intg != nil {
|
||||
localEntry := entry
|
||||
go func() {
|
||||
integration.PushEntry(localEntry, intg)
|
||||
integration.PushEntry(localEntry, feed, intg)
|
||||
}()
|
||||
entriesToPush = append(entriesToPush, localEntry)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue