diff --git a/Threaded/Data/AppInfo.swift b/Threaded/Data/AppInfo.swift index 27f8ded..4637f90 100644 --- a/Threaded/Data/AppInfo.swift +++ b/Threaded/Data/AppInfo.swift @@ -4,7 +4,7 @@ import Foundation public enum AppInfo { public static let scopes = "read write follow push" - public static let scheme = "threaded://" + public static let scheme = "threadedapp://" public static let clientName = "ThreadedApp" public static let defaultServer = "mastodon.social" public static let website = "https://apps.lumaa.fr/app/threaded"