mirror of
https://github.com/SqrtMinusOne/elfeed-summary.git
synced 2025-12-10 17:43:03 +03:00
fix: use elfeed-feed-id instead of elfeed-feed-url in filtering
This commit is contained in:
parent
6254cb424e
commit
55e2f8722b
1 changed files with 2 additions and 2 deletions
|
|
@ -751,7 +751,7 @@ items."
|
||||||
(replace-regexp-in-string
|
(replace-regexp-in-string
|
||||||
(rx "?" (* not-newline) eos)
|
(rx "?" (* not-newline) eos)
|
||||||
""
|
""
|
||||||
(elfeed-feed-url feed)))))
|
(elfeed-feed-id feed)))))
|
||||||
|
|
||||||
(defun elfeed-summary--search-feed-notify (widget &rest _)
|
(defun elfeed-summary--search-feed-notify (widget &rest _)
|
||||||
"A function to run in `:notify' in a feed widget button.
|
"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
|
(format "=%s" (replace-regexp-in-string
|
||||||
(rx "?" (* not-newline) eos)
|
(rx "?" (* not-newline) eos)
|
||||||
""
|
""
|
||||||
(elfeed-feed-url feed))))
|
(elfeed-feed-id feed))))
|
||||||
feeds
|
feeds
|
||||||
" ")))))))
|
" ")))))))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue