Implementing TTRSS: Feed icons #121
Labels
No labels
admin tools
api
bug
documentation
duplicate
enhancement
feature
help wanted
in progress
internals
invalid
packaging
question
testing
trivial
wontfix
No project
No assignees
1 participant
Notifications
Due date
-
Dependencies
No dependencies set.
Reference: MensBeam/Arsse#121
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Besides using the API itself, TTRSS clients are expected to retrieve feed icons from a local cache, with the usual URL being
/tt-rss/feed-icons/#.ico
.We should instead implement this as a 301 redirect to the feed's favicon (the
subscriptionPropertiesGet
method will provide all necessary information) in a separate protocol handler.