Return the screen name as the avatar when the url is www.twitter.com

This commit is contained in:
Maurice Parker 2021-01-08 11:44:20 -06:00
parent 9e7f2460e4
commit 9db9489caa
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ public final class TwitterFeedProvider: FeedProvider {
private static let userAgentHeaders = UserAgent.headers() as! [String: String]
private static let dateFormat = "EEE MMM dd HH:mm:ss Z yyyy"
private static let userPaths = ["/home", "/notifications"]
private static let userPaths = ["/", "/home", "/notifications"]
private static let reservedPaths = ["/search", "/explore", "/messages", "/i", "/compose", "/notifications/mentions"]
private var parsingQueue = DispatchQueue(label: "TwitterFeedProvider parse queue")