fix: use elfeed-feed-id instead of elfeed-feed-url in filtering

This commit is contained in:
Pavel Korytov 2022-05-04 10:57:38 +03:00
parent 6254cb424e
commit 55e2f8722b

View file

@ -751,7 +751,7 @@ items."
(replace-regexp-in-string
(rx "?" (* not-newline) eos)
""
(elfeed-feed-url feed)))))
(elfeed-feed-id feed)))))
(defun elfeed-summary--search-feed-notify (widget &rest _)
"A function to run in `:notify' in a feed widget button.
@ -796,7 +796,7 @@ SECTION is an instance of `elfeed-summary-group-section'."
(format "=%s" (replace-regexp-in-string
(rx "?" (* not-newline) eos)
""
(elfeed-feed-url feed))))
(elfeed-feed-id feed))))
feeds
" ")))))))