1
0
Fork 0
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:
Frédéric Guillot 2023-09-10 17:47:05 -07:00
parent ca6af9684a
commit 9990afb722
4 changed files with 121 additions and 19 deletions

View file

@ -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 {