-
Notifications
You must be signed in to change notification settings - Fork 627
Open
Labels
Milestone
Description
After importing feeds from OPML, all the custom feed titles got lost, replaced by the feed's own title.
To reproduce, import the following OPML feed:
<?xml version="1.0" encoding="UTF-8"?>
<opml version="1.1">
<head>
<title>mySubscriptions</title>
</head>
<body>
<outline text="Foo" description="" title="Foo" type="rss" version="RSS" htmlUrl="https://news.ycombinator.com/" xmlUrl="https://news.ycombinator.com/rss"/>
</body>
</opml>Expected result:
Feed gets imported with the title "Foo", feed gets refreshed, title stays as "Foo"
Actual result:
Feed gets imported with the title "Foo", feed gets refreshed, title changes to Hacker News.