I would like to know what is the condition for "new entries are detected". #2733
Unanswered
benjaminyzhang
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Miniflux uses an internal hash to identify new entries. The checksum is calculated based on different fields, depending on the type of feeds and available information. Example for Atom 1.0: v2/internal/reader/atom/atom_10_adapter.go Lines 149 to 155 in 90ef864 Example for RSS 2.0: v2/internal/reader/rss/adapter.go Lines 103 to 108 in 90ef864 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I found the update "Send webhook events when new entries are detected" in Miniflux 2.0.48. What is the criteria for determining that "new entries are detected"? Is it the
guid
field?Beta Was this translation helpful? Give feedback.
All reactions