Add the Add Reddit Feed dialog

This commit is contained in:
Maurice Parker
2020-05-10 11:44:30 -05:00
parent 7ab4ca4291
commit 06e91aa8b7
11 changed files with 468 additions and 6 deletions

View File

@@ -30,7 +30,7 @@ extension RedditFeedProvider: ExtensionPoint {
guard let username = username else {
fatalError()
}
return "/u/\(username)"
return "u/\(username)"
}
}