Refer to AuthorAvatarDownloader.shared.

This commit is contained in:
Brent Simmons 2024-06-26 23:13:44 -07:00
parent 45139866c3
commit cd0dd240e4
1 changed files with 1 additions and 1 deletions

View File

@ -904,7 +904,7 @@ extension TimelineViewController: NSTableViewDelegate {
}
private func avatarForAuthor(_ author: Author) -> IconImage? {
return appDelegate.authorAvatarDownloader.image(for: author)
return AuthorAvatarDownloader.shared.image(for: author)
}
private func makeTimelineCellEmpty(_ cell: TimelineTableCellView) {