mirror of
https://github.com/miniflux/v2.git
synced 2025-08-11 17:51:01 +00:00
Add webhook event for saving entry
This commit is contained in:
parent
ca6af9684a
commit
9990afb722
4 changed files with 121 additions and 19 deletions
|
@ -428,7 +428,8 @@ func (s *Storage) HasSaveEntry(userID int64) (result bool) {
|
|||
linkding_enabled='t' OR
|
||||
apprise_enabled='t' OR
|
||||
shiori_enabled='t' OR
|
||||
shaarli_enabled='t'
|
||||
shaarli_enabled='t' OR
|
||||
webhook_enabled='t'
|
||||
)
|
||||
`
|
||||
if err := s.db.QueryRow(query, userID).Scan(&result); err != nil {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue