From 8f7bdc5d631f46b65bd52ba1fbbcaee5c9c14c34 Mon Sep 17 00:00:00 2001 From: Lumaa Date: Sun, 11 Feb 2024 18:43:38 +0100 Subject: [PATCH] Changed app scheme --- Threaded/Data/AppInfo.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"