Skip setting feed.editedName on OPML import. It’s not necessarily true that the name in the OPML file is an editedName.

This commit is contained in:
Brent Simmons 2019-03-16 16:42:51 -07:00
parent e11fc1dfad
commit 1d484220eb
1 changed files with 0 additions and 3 deletions

View File

@ -740,9 +740,6 @@ private extension Account {
if feed.name == nil {
feed.name = feedTitle
}
if feed.editedName == nil {
feed.editedName = feedTitle
}
}
return feed
}