Merge branch 'mac-candidate'

This commit is contained in:
Maurice Parker
2019-06-19 11:31:38 -05:00
204 changed files with 1073 additions and 373 deletions

View File

@@ -407,7 +407,7 @@ private extension MasterTimelineViewController {
return feedIconImage
}
if let feed = article.feed, let faviconImage = appDelegate.faviconDownloader.favicon(for: feed) {
if let feed = article.feed, let faviconImage = appDelegate.faviconDownloader.faviconAsAvatar(for: feed) {
return faviconImage
}