Changed app scheme

This commit is contained in:
Lumaa 2024-02-11 18:43:38 +01:00
parent 52996002fb
commit 8f7bdc5d63

View File

@ -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"