Use feed ID as in upstream

This commit is contained in:
dawser 2022-05-06 01:04:55 +02:00
parent 11e25d57cf
commit 1fd795708c

View file

@ -748,7 +748,7 @@ items."
show-read) show-read)
(format "+%s " elfeed-summary-unread-tag)) (format "+%s " elfeed-summary-unread-tag))
"=" "="
(rx-to-string (elfeed-feed-url feed) t) (rx-to-string (elfeed-feed-id feed) t)
))) )))
(defun elfeed-summary--search-feed-notify (widget &rest _) (defun elfeed-summary--search-feed-notify (widget &rest _)