From d5473ed92412cbab6a824a8f317747e1f4215355 Mon Sep 17 00:00:00 2001 From: Lumaa Date: Wed, 14 Feb 2024 04:14:09 +0100 Subject: [PATCH] Discord link + Sync website to README --- README.md | 8 +++++++- Threaded/Views/Settings/SupportView.swift | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 139b28e..95539f1 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,13 @@ [Threaded](https://apps.lumaa.fr/app/threaded) is a very simple [#Mastodon](https://joinmastodon.org) client, that is meant to look like the newest social media [#Threads](https://threads.net/) made by Meta Platforms. It integrates perfectly with your Mastodon account, and matches the Threads vibe, while having Mastodon-only features. -Threaded is a 100% free, made in SwiftUI, [#OpenSource](https://github.com/lumaa-dev/ThreadedApp), and doesn't violate [#YourPrivacy](https://apps.lumaa.fr/legal/privacy). Follow the [#ThreadedAccount](https://mastodon.online/@Threaded) on Mastodon, for progress, updates, polls, and more... +Threaded is free, made in SwiftUI, [#OpenSource](https://github.com/lumaa-dev/ThreadedApp), and doesn't violate [#YourPrivacy](https://apps.lumaa.fr/legal/privacy). Follow the [#ThreadedAccount](https://mastodon.online/@Threaded) on Mastodon, for progress, updates, polls, and more... + +Threaded also includes its own premium service, available as a subscription and lifetime payment, called Threaded+ (or Plus for short). Plus only adds additional features to Threaded, you don't need a subscription to like, post, bookmark, or use any primary Mastodon feature. + +With Threaded+, you can have a better Content Filter, you can save attachments, you get exclusive sneak peeks to Threaded's next updates, and other premium features! Prices revealed later this year. + +Join the Threaded Discord server to receive help, talk about the Fediverse, and many other things: [Join Threaded](https://discord.gg/MaHcRbkX46) ## Credits diff --git a/Threaded/Views/Settings/SupportView.swift b/Threaded/Views/Settings/SupportView.swift index c953cb3..b92678f 100644 --- a/Threaded/Views/Settings/SupportView.swift +++ b/Threaded/Views/Settings/SupportView.swift @@ -59,7 +59,7 @@ struct SupportView: View { .lineLimit(3, reservesSpace: true) Button { - let discordUrl = URL(string: "https://lumaa.fr/") + let discordUrl = URL(string: "https://discord.gg/MaHcRbkX46") openURL(discordUrl!) } label: { Text("support.discord.join")